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