2 references to Directive
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Components\ComponentLayoutDirective.cs (1)
29builder.AddDirective(Directive, RazorFileKind.Component, RazorFileKind.ComponentImport);
Language\Components\ComponentLayoutDirectivePass.cs (1)
24var directives = documentNode.FindDirectiveReferences(ComponentLayoutDirective.Directive);