32 references to AdvanceChar
Microsoft.CodeAnalysis.CSharp (32)
Parser\Lexer.cs (22)
882TextWindow.AdvanceChar(2); 888TextWindow.AdvanceChar(2); 1409TextWindow.AdvanceChar(length); 1538TextWindow.AdvanceChar(2); 2231TextWindow.AdvanceChar(2); 2243TextWindow.AdvanceChar(2); 2650TextWindow.AdvanceChar(2); 2660TextWindow.AdvanceChar(2); 2930TextWindow.AdvanceChar(4); 2941TextWindow.AdvanceChar(9); 2953TextWindow.AdvanceChar(2); 2958TextWindow.AdvanceChar(2); 3142TextWindow.AdvanceChar(3); 3254TextWindow.AdvanceChar(2); 4042TextWindow.AdvanceChar(3); 4166TextWindow.AdvanceChar(3); 4172TextWindow.AdvanceChar(2); 4295TextWindow.AdvanceChar(2); 4403TextWindow.AdvanceChar(3); 4432TextWindow.AdvanceChar(3); 4461TextWindow.AdvanceChar(2); 4509TextWindow.AdvanceChar(2);
Parser\Lexer_StringLiteral.cs (6)
122TextWindow.AdvanceChar(2); 427window.AdvanceChar(3); 440window.AdvanceChar(2); 777_lexer.TextWindow.AdvanceChar(2); // "" 853_lexer.TextWindow.AdvanceChar(2); // {{ 972_lexer.TextWindow.AdvanceChar(2); // ""
Parser\QuickScanner.cs (1)
231TextWindow.AdvanceChar(i - TextWindow.Offset);
Parser\SlidingTextWindow.cs (3)
290AdvanceChar(GetNewLineWidth()); 355this.AdvanceChar(delta); 408AdvanceChar(length);