4 overrides of VisitUnclassifiedTextLiteral
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Legacy\ClassifiedSpanVisitor.cs (1)
328public override void VisitUnclassifiedTextLiteral(UnclassifiedTextLiteralSyntax node)
Language\RazorHtmlWriter.cs (1)
171public override void VisitUnclassifiedTextLiteral(UnclassifiedTextLiteralSyntax node)
Microsoft.CodeAnalysis.Razor.Workspaces (2)
Extensions\RazorCodeDocumentExtensions_ClassifiedSpans.cs (1)
356public override void VisitUnclassifiedTextLiteral(UnclassifiedTextLiteralSyntax node)
Formatting\FormattingVisitor.cs (1)
509public override void VisitUnclassifiedTextLiteral(UnclassifiedTextLiteralSyntax node)
5 references to VisitUnclassifiedTextLiteral
Microsoft.CodeAnalysis.Razor.Compiler (3)
Language\Legacy\ClassifiedSpanVisitor.cs (1)
331base.VisitUnclassifiedTextLiteral(node);
Language\RazorHtmlWriter.cs (1)
175base.VisitUnclassifiedTextLiteral(node);
Language\Syntax\Generated\Syntax.xml.Syntax.Generated.cs (1)
210public override void Accept(SyntaxVisitor visitor) => visitor.VisitUnclassifiedTextLiteral(this);
Microsoft.CodeAnalysis.Razor.Workspaces (2)
Extensions\RazorCodeDocumentExtensions_ClassifiedSpans.cs (1)
359base.VisitUnclassifiedTextLiteral(node);
Formatting\FormattingVisitor.cs (1)
512base.VisitUnclassifiedTextLiteral(node);