33 references to AdvanceChar
Microsoft.CodeAnalysis.CSharp (33)
Parser\Lexer.cs (22)
882TextWindow.AdvanceChar(2); 888TextWindow.AdvanceChar(2); 1405TextWindow.AdvanceChar(length); 1534TextWindow.AdvanceChar(2); 2227TextWindow.AdvanceChar(2); 2239TextWindow.AdvanceChar(2); 2644TextWindow.AdvanceChar(2); 2654TextWindow.AdvanceChar(2); 2924TextWindow.AdvanceChar(4); 2935TextWindow.AdvanceChar(9); 2947TextWindow.AdvanceChar(2); 2952TextWindow.AdvanceChar(2); 3136TextWindow.AdvanceChar(3); 3248TextWindow.AdvanceChar(2); 4036TextWindow.AdvanceChar(3); 4160TextWindow.AdvanceChar(3); 4166TextWindow.AdvanceChar(2); 4289TextWindow.AdvanceChar(2); 4397TextWindow.AdvanceChar(3); 4426TextWindow.AdvanceChar(3); 4455TextWindow.AdvanceChar(2); 4503TextWindow.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)
246TextWindow.AdvanceChar(tokenLength);
Parser\SlidingTextWindow.cs (4)
247=> AdvanceChar(1); 281AdvanceChar(GetNewLineWidth()); 349this.AdvanceChar(delta); 374AdvanceChar(length);