2 overrides of VisitCSharpEphemeralTextLiteral
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Legacy\ClassifiedSpanVisitor.cs (1)
321public override void VisitCSharpEphemeralTextLiteral(CSharpEphemeralTextLiteralSyntax node)
Language\RazorHtmlWriter.cs (1)
99public override void VisitCSharpEphemeralTextLiteral(CSharpEphemeralTextLiteralSyntax node)
3 references to VisitCSharpEphemeralTextLiteral
Microsoft.CodeAnalysis.Razor.Compiler (3)
Language\Legacy\ClassifiedSpanVisitor.cs (1)
324base.VisitCSharpEphemeralTextLiteral(node);
Language\RazorHtmlWriter.cs (1)
103base.VisitCSharpEphemeralTextLiteral(node);
Language\Syntax\Generated\Syntax.xml.Syntax.Generated.cs (1)
1752public override void Accept(SyntaxVisitor visitor) => visitor.VisitCSharpEphemeralTextLiteral(this);