7 references to Directive
Microsoft.AspNetCore.Razor.Language.Legacy.UnitTests (2)
Legacy\RazorDirectivesTest.cs (2)
813[ComponentConstrainedTypeParamDirective.Directive]); 827[ComponentConstrainedTypeParamDirective.Directive]);
Microsoft.AspNetCore.Razor.Language.UnitTests (2)
Legacy\RazorDirectivesTest.cs (2)
812[ComponentConstrainedTypeParamDirective.Directive]); 826[ComponentConstrainedTypeParamDirective.Directive]);
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Components\ComponentConstrainedTypeParamDirective.cs (1)
30builder.AddDirective(Directive, RazorFileKind.Component, RazorFileKind.ComponentImport);
Language\Components\ComponentDocumentClassifierPass.cs (1)
105? ComponentConstrainedTypeParamDirective.Directive
Microsoft.CodeAnalysis.Razor.Workspaces (1)
Extensions\RazorSyntaxNodeExtensions.cs (1)
62IsDirective(node, ComponentConstrainedTypeParamDirective.Directive, out var body) &&