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); 913Accept(CurrentToken); 937Accept(transition); 1050Accept(NextAsEscapedIdentifier()); 1064Accept(NextAsEscapedIdentifier()); 1081Accept(finalIdentifier); 1338Accept(keywordToken); 1997Accept(token); 2039Accept(CurrentToken); 2061Accept(SyntaxFactory.MissingToken(SyntaxKind.RightBrace)); 2722Accept(SyntaxFactory.MissingToken(SyntaxKind.RightBracket)); 2739Accept(SyntaxFactory.MissingToken(SyntaxKind.GreaterThan));
Language\Legacy\HtmlMarkupParser.cs (10)
422Accept(split.Item1); 427Accept(split.Item2); 1162Accept(ephemeralToken); 1637Accept(lastWhitespace); 1682Accept(lastDoubleHyphen); 1692Accept(lastDoubleHyphen); 1720Accept(lastWhitespace); 1852Accept(lastDoubleHyphen); 2199Accept(preSequence); 2212Accept(sequenceToken);
Language\Legacy\TokenizerBackedParser.cs (5)
518Accept(token); 559Accept(CurrentToken); 578Accept(lastWs); 588Accept(CurrentToken); 612Accept(Language.CreateMarkerToken());