Base:
method
VisitMarkupEphemeralTextLiteral
Microsoft.AspNetCore.Razor.Language.Syntax.SyntaxVisitor<TResult>.VisitMarkupEphemeralTextLiteral(Microsoft.AspNetCore.Razor.Language.Syntax.MarkupEphemeralTextLiteralSyntax)
1 override of VisitMarkupEphemeralTextLiteral
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Legacy\TagHelperBlockRewriter.cs (1)
841
public override SyntaxNode
VisitMarkupEphemeralTextLiteral
(MarkupEphemeralTextLiteralSyntax node)
1 reference to VisitMarkupEphemeralTextLiteral
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Legacy\TagHelperBlockRewriter.cs (1)
845
return base.
VisitMarkupEphemeralTextLiteral
(node);