11 writes to IsDirectiveAttribute
Microsoft.AspNetCore.Razor.Test.Common (1)
Language\TestBoundAttributeDescriptorBuilderExtensions.cs (1)
46builder.IsDirectiveAttribute = isDirectiveAttribute;
Microsoft.CodeAnalysis.Razor.Compiler (9)
Language\TagHelpers\Producers\BindTagHelperProducer.cs (3)
316a.IsDirectiveAttribute = true; 515attribute.IsDirectiveAttribute = true; 590attribute.IsDirectiveAttribute = true;
Language\TagHelpers\Producers\EventHandlerTagHelperProducer.cs (1)
200a.IsDirectiveAttribute = true;
Language\TagHelpers\Producers\FormNameTagHelperProducer.cs (1)
69attribute.IsDirectiveAttribute = true;
Language\TagHelpers\Producers\KeyTagHelperProducer.cs (1)
66attribute.IsDirectiveAttribute = true;
Language\TagHelpers\Producers\RefTagHelperProducer.cs (1)
66attribute.IsDirectiveAttribute = true;
Language\TagHelpers\Producers\RenderModeTagHelperProducer.cs (1)
66attribute.IsDirectiveAttribute = true;
Language\TagHelpers\Producers\SplatTagHelperProducer.cs (1)
66attribute.IsDirectiveAttribute = true;
Microsoft.CodeAnalysis.Razor.Workspaces.UnitTests (1)
Completion\LanguageServerTagHelperCompletionServiceTest.cs (1)
521builder.IsDirectiveAttribute = true;
1 reference to IsDirectiveAttribute
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\BoundAttributeDescriptorBuilder.cs (1)
201var isDirectiveAttribute = IsDirectiveAttribute;