3 references to GetOffset
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (3)
LexicalAndXml\LexicalTests.cs (3)
4619
Assert.Equal(SlidingTextWindow.DefaultWindowLength - 2, SlidingTextWindow.TestAccessor.
GetOffset
(lexer.TextWindow));
4623
Assert.Equal(SlidingTextWindow.DefaultWindowLength - 1, SlidingTextWindow.TestAccessor.
GetOffset
(lexer.TextWindow));
4629
Assert.Equal(2, SlidingTextWindow.TestAccessor.
GetOffset
(lexer.TextWindow));