1 instantiation of ComponentFileKindVisitor
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\DefaultRazorIntermediateNodeLoweringPhase.cs (1)
73
visitor = new
ComponentFileKindVisitor
(documentNode, builder, syntaxTree.Options)
2 references to ComponentFileKindVisitor
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\DefaultRazorIntermediateNodeLoweringPhase.cs (2)
32
/// <see cref="LegacyFileKindVisitor"/> (.cshtml), <see cref="
ComponentFileKindVisitor
"/> (.razor),
302
/// Subclasses (<see cref="LegacyFileKindVisitor"/>, <see cref="
ComponentFileKindVisitor
"/>,