2 writes to currentLine
System.Activities (2)
System\Activities\Debugger\CharacterSpottingTextReader.cs (2)
34this.currentLine = 1; 195this.currentLine++;
2 references to currentLine
System.Activities (2)
System\Activities\Debugger\CharacterSpottingTextReader.cs (1)
64return new DocumentLocation(this.currentLine, this.currentPosition);
System\Activities\Debugger\CharacterSpottingTextReader.UnitTest.cs (1)
13get { return this.currentLine; }