Lines Matching refs:Line
389 /** <summary>What is the error header, normally line/character position information?</summary> */
396 return string.Format("{0}line {1}:{2}", prefix, e.Line, e.CharPositionInLine + 1);
832 * you want more details such as the file/line info of where
1144 protected virtual void DebugLocation(int line, int charPositionInLine)
1148 dbg.Location(line, charPositionInLine);