9 writes to 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;
1 reference to IsDirectiveAttribute
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\BoundAttributeDescriptorBuilder.cs (1)
201var isDirectiveAttribute = IsDirectiveAttribute;