24 references to GetAt
Microsoft.Build.Tasks.Core (1)
tokenCharReader.cs (1)
109get { return _sources.GetAt(_position); }
Microsoft.Build.Tasks.UnitTests (23)
StreamMappedString_Tests.cs (23)
32s.GetAt(11); 42s.GetAt(StreamMappedString.DefaultPageSize * 4); 45Assert.Equal('A', s.GetAt(0)); 55s.GetAt(StreamMappedString.DefaultPageSize); 58Assert.Equal('A', s.GetAt(0)); 68Assert.Equal('\xd', s.GetAt(1)); 78Assert.Equal('y', s.GetAt(1)); 88Assert.Equal('x', s.GetAt(0)); 98Assert.Equal('\xd', s.GetAt(StreamMappedString.DefaultPageSize)); 126s.GetAt(7); 150s.GetAt(StreamMappedString.DefaultPageSize); 163Assert.Equal('\u00C3', s.GetAt(0)); 173s.GetAt(0); 174s.GetAt(1); 175s.GetAt(2); 176s.GetAt(3); 177s.GetAt(4); 200s.GetAt(0); 201s.GetAt(StreamMappedString.DefaultPageSize); 202s.GetAt(StreamMappedString.DefaultPageSize * 2); 227s.GetAt(1000000); 239s.GetAt(256); 252s.GetAt(1000000);