33 references to AdvanceChar
Microsoft.CodeAnalysis.CSharp (33)
Parser\Lexer.cs (22)
867TextWindow.AdvanceChar(2); 873TextWindow.AdvanceChar(2); 1390TextWindow.AdvanceChar(length); 1519TextWindow.AdvanceChar(2); 2212TextWindow.AdvanceChar(2); 2224TextWindow.AdvanceChar(2); 2629TextWindow.AdvanceChar(2); 2639TextWindow.AdvanceChar(2); 2909TextWindow.AdvanceChar(4); 2920TextWindow.AdvanceChar(9); 2932TextWindow.AdvanceChar(2); 2937TextWindow.AdvanceChar(2); 3121TextWindow.AdvanceChar(3); 3233TextWindow.AdvanceChar(2); 4021TextWindow.AdvanceChar(3); 4145TextWindow.AdvanceChar(3); 4151TextWindow.AdvanceChar(2); 4274TextWindow.AdvanceChar(2); 4382TextWindow.AdvanceChar(3); 4411TextWindow.AdvanceChar(3); 4440TextWindow.AdvanceChar(2); 4488TextWindow.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);