3 writes to currentPosition
System.Activities (3)
System\Activities\Debugger\CharacterSpottingTextReader.cs (3)
35this.currentPosition = 1; 196this.currentPosition = 1; 209this.currentPosition++;
2 references to currentPosition
System.Activities (2)
System\Activities\Debugger\CharacterSpottingTextReader.cs (1)
64return new DocumentLocation(this.currentLine, this.currentPosition);
System\Activities\Debugger\CharacterSpottingTextReader.UnitTest.cs (1)
18get { return this.currentPosition; }