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