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