2 references to Directive
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Extensions\ImplementsDirective.cs (1)
29builder.AddDirective(Directive, RazorFileKind.Legacy, RazorFileKind.Component, RazorFileKind.ComponentImport);
Language\Extensions\ImplementsDirectivePass.cs (1)
28foreach (var implements in documentNode.FindDirectiveReferences(ImplementsDirective.Directive))