1 write to _sources
Microsoft.Build.Tasks.Core (1)
tokenCharReader.cs (1)
35
_sources
= new StreamMappedString(binaryStream, forceANSI);
5 references to _sources
Microsoft.Build.Tasks.Core (5)
tokenCharReader.cs (5)
109
get { return
_sources
.GetAt(_position); }
119
get { return
_sources
.IsPastEnd(_position); }
129
return
_sources
.Substring(startPosition, _position - startPosition);
152
if (
_sources
.IsPastEnd(_position + match.Length - 1))
157
string compare =
_sources
.Substring(_position, match.Length);