3 references to Directive
Microsoft.CodeAnalysis.Razor.Compiler (3)
Language\Extensions\InheritsDirective.cs (1)
30
builder.AddDirective(
Directive
, RazorFileKind.Legacy, RazorFileKind.Component, RazorFileKind.ComponentImport);
Language\Extensions\InheritsDirectivePass.cs (1)
23
foreach (var inherits in documentNode.FindDirectiveReferences(InheritsDirective.
Directive
))
Language\RazorCodeDocumentExtensions.cs (1)
97
descriptor == InheritsDirective.
Directive
)