2 references to IsPastEnd
Microsoft.Build.Tasks.Core (2)
parent\Shared\LanguageParser\tokenCharReader.cs (2)
118
get { return _sources.
IsPastEnd
(_position); }
151
if (_sources.
IsPastEnd
(_position + match.Length - 1))