3 references to GetLocationList
System.Activities (3)
System\Activities\Debugger\CharacterSpottingTextReader.cs (3)
92
List<DocumentLocation> locationList = this.
GetLocationList
(c);
118
List<DocumentLocation> locationList = this.
GetLocationList
(c);
203
List<DocumentLocation> locations = this.
GetLocationList
(lastCharacterRead);