16 writes to IsDirectiveAttribute
Microsoft.AspNetCore.Razor.Test.Common (1)
Language\TestRequiredAttributeDescriptorBuilderExtensions.cs (1)
53builder.IsDirectiveAttribute = isDirectiveAttribute;
Microsoft.CodeAnalysis.Razor.Compiler (15)
Language\TagHelpers\Producers\BindTagHelperProducer.cs (7)
273a.IsDirectiveAttribute = true; 295a.IsDirectiveAttribute = true; 302a.IsDirectiveAttribute = true; 482attribute.IsDirectiveAttribute = true; 493attribute.IsDirectiveAttribute = true; 499attribute.IsDirectiveAttribute = true; 579attribute.IsDirectiveAttribute = true;
Language\TagHelpers\Producers\EventHandlerTagHelperProducer.cs (3)
151a.IsDirectiveAttribute = true; 165a.IsDirectiveAttribute = true; 180a.IsDirectiveAttribute = true;
Language\TagHelpers\Producers\FormNameTagHelperProducer.cs (1)
59attribute.IsDirectiveAttribute = true;
Language\TagHelpers\Producers\KeyTagHelperProducer.cs (1)
56attribute.IsDirectiveAttribute = true;
Language\TagHelpers\Producers\RefTagHelperProducer.cs (1)
56attribute.IsDirectiveAttribute = true;
Language\TagHelpers\Producers\RenderModeTagHelperProducer.cs (1)
56attribute.IsDirectiveAttribute = true;
Language\TagHelpers\Producers\SplatTagHelperProducer.cs (1)
56attribute.IsDirectiveAttribute = true;
1 reference to IsDirectiveAttribute
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\RequiredAttributeDescriptorBuilder.cs (1)
73if (IsDirectiveAttribute)