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); 2652TextWindow.AdvanceChar(2); 2662TextWindow.AdvanceChar(2); 2932TextWindow.AdvanceChar(4); 2943TextWindow.AdvanceChar(9); 2955TextWindow.AdvanceChar(2); 2960TextWindow.AdvanceChar(2); 3144TextWindow.AdvanceChar(3); 3256TextWindow.AdvanceChar(2); 4044TextWindow.AdvanceChar(3); 4168TextWindow.AdvanceChar(3); 4174TextWindow.AdvanceChar(2); 4297TextWindow.AdvanceChar(2); 4405TextWindow.AdvanceChar(3); 4434TextWindow.AdvanceChar(3); 4463TextWindow.AdvanceChar(2); 4511TextWindow.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);