3 references to Directive
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Components\ComponentDocumentClassifierPass.cs (1)
106: ComponentTypeParamDirective.Directive;
Language\Components\ComponentTypeParamDirective.cs (1)
29builder.AddDirective(Directive, RazorFileKind.Component, RazorFileKind.ComponentImport);
Microsoft.CodeAnalysis.Razor.Workspaces (1)
Formatting\Passes\CSharpOnTypeFormattingPass.cs (1)
1064static n => n is RazorDirectiveSyntax directive && directive.IsDirective(ComponentTypeParamDirective.Directive));