1 override of VisitToken
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Syntax\InternalSyntax\SyntaxRewriter.cs (1)
10public override GreenNode VisitToken(SyntaxToken token)
1 reference to VisitToken
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Syntax\InternalSyntax\SyntaxToken.cs (1)
45return visitor.VisitToken(this);