32 references to Accept
Microsoft.CodeAnalysis.Razor.Compiler (32)
Language\Legacy\CSharpCodeParser.cs (17)
401Accept(Language.CreateMarkerToken()); 675Accept(dot); 691Accept(dot); 800Accept(lastWhitespace); 823Accept(lastWhitespace); 842Accept(lastWhitespace); 908Accept(CurrentToken); 932Accept(transition); 1045Accept(NextAsEscapedIdentifier()); 1059Accept(NextAsEscapedIdentifier()); 1076Accept(finalIdentifier); 1349Accept(keywordToken); 2008Accept(token); 2050Accept(CurrentToken); 2072Accept(SyntaxFactory.MissingToken(SyntaxKind.RightBrace)); 2730Accept(SyntaxFactory.MissingToken(SyntaxKind.RightBracket)); 2747Accept(SyntaxFactory.MissingToken(SyntaxKind.GreaterThan));
Language\Legacy\HtmlMarkupParser.cs (10)
416Accept(split.Item1); 421Accept(split.Item2); 1156Accept(ephemeralToken); 1632Accept(lastWhitespace); 1677Accept(lastDoubleHyphen); 1687Accept(lastDoubleHyphen); 1715Accept(lastWhitespace); 1852Accept(lastDoubleHyphen); 2199Accept(preSequence); 2212Accept(sequenceToken);
Language\Legacy\TokenizerBackedParser.cs (5)
518Accept(token); 559Accept(CurrentToken); 578Accept(lastWs); 588Accept(CurrentToken); 612Accept(Language.CreateMarkerToken());