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