1 write to endLines
System.Activities (1)
System\Activities\Debugger\CharacterSpottingTextReader.cs (1)
40this.endLines = new List<DocumentLocation>();
2 references to endLines
System.Activities (2)
System\Activities\Debugger\CharacterSpottingTextReader.cs (2)
167return this.endLines; 194this.endLines.Add(this.CurrentLocation);