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)
109get { return _sources.GetAt(_position); } 119get { return _sources.IsPastEnd(_position); } 129return _sources.Substring(startPosition, _position - startPosition); 152if (_sources.IsPastEnd(_position + match.Length - 1)) 157string compare = _sources.Substring(_position, match.Length);