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