5 references to AttributeDirective
Microsoft.AspNetCore.Razor.Language.UnitTests (1)
RazorProjectEngineTest.cs (1)
107directive => Assert.Same(AttributeDirective.Directive, directive));
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Extensions\AttributeDirectivePass.cs (1)
25foreach (var attribute in documentNode.FindDirectiveReferences(AttributeDirective.Directive))
Language\RazorProjectEngine.cs (1)
322AttributeDirective.Register(builder);
Microsoft.CodeAnalysis.Razor.Workspaces (2)
Extensions\RazorSyntaxNodeExtensions.cs (1)
79if (IsDirective(node, AttributeDirective.Directive, out var body) &&
Formatting\Passes\CSharpOnTypeFormattingPass.cs (1)
1054static n => n is RazorDirectiveSyntax directive && directive.IsDirective(AttributeDirective.Directive));