32 references to AdvanceChar
Microsoft.CodeAnalysis.CSharp (32)
Parser\Lexer.cs (22)
883TextWindow.AdvanceChar(2); 889TextWindow.AdvanceChar(2); 1410TextWindow.AdvanceChar(length); 1539TextWindow.AdvanceChar(2); 2232TextWindow.AdvanceChar(2); 2244TextWindow.AdvanceChar(2); 2630TextWindow.AdvanceChar(2); 2640TextWindow.AdvanceChar(2); 2910TextWindow.AdvanceChar(4); 2921TextWindow.AdvanceChar(9); 2933TextWindow.AdvanceChar(2); 2938TextWindow.AdvanceChar(2); 3122TextWindow.AdvanceChar(3); 3234TextWindow.AdvanceChar(2); 4022TextWindow.AdvanceChar(3); 4146TextWindow.AdvanceChar(3); 4152TextWindow.AdvanceChar(2); 4275TextWindow.AdvanceChar(2); 4383TextWindow.AdvanceChar(3); 4412TextWindow.AdvanceChar(3); 4441TextWindow.AdvanceChar(2); 4489TextWindow.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)
294AdvanceChar(GetNewLineWidth()); 359this.AdvanceChar(delta); 393AdvanceChar(length);