1 instantiation of LegacyFileKindVisitor
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\DefaultRazorIntermediateNodeLoweringPhase.cs (1)
87
var visitor = new
LegacyFileKindVisitor
(documentNode, builder, usingReferences, syntaxTree.Options)
3 references to LegacyFileKindVisitor
Microsoft.CodeAnalysis.Razor.Compiler (3)
Language\DefaultRazorIntermediateNodeLoweringPhase.cs (3)
31
/// <see cref="
LegacyFileKindVisitor
"/> (.cshtml), <see cref="ComponentFileKindVisitor"/> (.razor),
87
var
visitor = new LegacyFileKindVisitor(documentNode, builder, usingReferences, syntaxTree.Options)
300
/// Subclasses (<see cref="
LegacyFileKindVisitor
"/>, <see cref="ComponentFileKindVisitor"/>,