1 write to _sources
Microsoft.Build.Tasks.Core (1)
tokenCharReader.cs (1)
34
_sources
= new StreamMappedString(binaryStream, forceANSI);
5 references to _sources
Microsoft.Build.Tasks.Core (5)
tokenCharReader.cs (5)
108
get { return
_sources
.GetAt(_position); }
118
get { return
_sources
.IsPastEnd(_position); }
128
return
_sources
.Substring(startPosition, _position - startPosition);
151
if (
_sources
.IsPastEnd(_position + match.Length - 1))
156
string compare =
_sources
.Substring(_position, match.Length);