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