4 references to IsPastEnd
Microsoft.Build.Tasks.Core (2)
tokenCharReader.cs (2)
119
get { return _sources.
IsPastEnd
(_position); }
152
if (_sources.
IsPastEnd
(_position + match.Length - 1))
Microsoft.Build.Tasks.UnitTests (2)
StreamMappedString_Tests.cs (2)
190
Assert.True(s.
IsPastEnd
(2)); // <-- 2 required because of extra \xd added.
215
Assert.True(s.
IsPastEnd
(1));