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)
108get { return _sources.GetAt(_position); } 118get { return _sources.IsPastEnd(_position); } 128return _sources.Substring(startPosition, _position - startPosition); 151if (_sources.IsPastEnd(_position + match.Length - 1)) 156string compare = _sources.Substring(_position, match.Length);