5 references to CharacterWindowCount
Microsoft.CodeAnalysis.CSharp (2)
Parser\Lexer.cs (1)
1346var characterWindowCount = TextWindow.CharacterWindowCount;
Parser\QuickScanner.cs (1)
197int n = TextWindow.CharacterWindowCount;
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (3)
LexicalAndXml\LexicalTests.cs (3)
4625Assert.Equal(205, lexer.TextWindow.CharacterWindowCount); 4631Assert.Equal(lexer.TextWindow.Text.Length, lexer.TextWindow.Position + lexer.TextWindow.CharacterWindowCount); 4649Assert.Equal(205, lexer.TextWindow.CharacterWindowCount);