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); 1333Accept(keywordToken); 1992Accept(token); 2034Accept(CurrentToken); 2056Accept(SyntaxFactory.MissingToken(SyntaxKind.RightBrace)); 2714Accept(SyntaxFactory.MissingToken(SyntaxKind.RightBracket)); 2731Accept(SyntaxFactory.MissingToken(SyntaxKind.GreaterThan));
Language\Legacy\HtmlMarkupParser.cs (10)
416Accept(split.Item1); 421Accept(split.Item2); 1156Accept(ephemeralToken); 1631Accept(lastWhitespace); 1676Accept(lastDoubleHyphen); 1686Accept(lastDoubleHyphen); 1714Accept(lastWhitespace); 1846Accept(lastDoubleHyphen); 2193Accept(preSequence); 2206Accept(sequenceToken);
Language\Legacy\TokenizerBackedParser.cs (5)
518Accept(token); 559Accept(CurrentToken); 578Accept(lastWs); 588Accept(CurrentToken); 612Accept(Language.CreateMarkerToken());