2 references to Directive
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Components\ComponentPageDirective.cs (1)
34builder.AddDirective(Directive, RazorFileKind.Component, RazorFileKind.ComponentImport);
Language\Components\ComponentPageDirectivePass.cs (1)
25var directives = documentNode.FindDirectiveReferences(ComponentPageDirective.Directive);