2 references to Directive
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Components\ComponentCodeDirective.cs (1)
27
builder.AddDirective(
Directive
, RazorFileKind.Component);
Language\Extensions\FunctionsDirectivePass.cs (1)
33
documentNode.CollectDirectiveReferences(ComponentCodeDirective.
Directive
, ref directiveNodes.AsRef());