Base:
method
VisitRazorMetaCode
Microsoft.AspNetCore.Razor.Language.Syntax.SyntaxVisitor<TResult>.VisitRazorMetaCode(Microsoft.AspNetCore.Razor.Language.Syntax.RazorMetaCodeSyntax)
1 override of VisitRazorMetaCode
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Legacy\TagHelperBlockRewriter.cs (1)
709
public override SyntaxNode
VisitRazorMetaCode
(RazorMetaCodeSyntax node)
2 references to VisitRazorMetaCode
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Legacy\TagHelperBlockRewriter.cs (2)
713
return base.
VisitRazorMetaCode
(node);
725
return base.
VisitRazorMetaCode
(node);