2 overrides of VisitMarkupEphemeralTextLiteral
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Syntax\Generated\Syntax.xml.Main.Generated.cs (1)
287
public override SyntaxNode
VisitMarkupEphemeralTextLiteral
(MarkupEphemeralTextLiteralSyntax node)
Microsoft.CodeAnalysis.Razor.Workspaces (1)
Formatting\Passes\CSharpFormattingPass.CSharpDocumentGenerator.cs (1)
704
public override LineInfo
VisitMarkupEphemeralTextLiteral
(MarkupEphemeralTextLiteralSyntax node)
1 reference to VisitMarkupEphemeralTextLiteral
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Syntax\Generated\Syntax.xml.Syntax.Generated.cs (1)
394
public override TResult Accept<TResult>(SyntaxVisitor<TResult> visitor) => visitor.
VisitMarkupEphemeralTextLiteral
(this);