5 references to IsDirectiveAttribute
Microsoft.CodeAnalysis.Razor.Compiler (5)
Language\DefaultTagHelperResolutionPhase.ComponentTagHelperResolver.cs (4)
153
var hasDirectiveMatch = matches.Any(static m => m.Attribute.
IsDirectiveAttribute
);
157
if (hasDirectiveMatch && !match.Attribute.
IsDirectiveAttribute
)
162
if (match.Attribute.
IsDirectiveAttribute
)
861
if (match.Attribute.
IsDirectiveAttribute
)
Language\Legacy\TagHelperBlockRewriter.cs (1)
516
isDirectiveAttribute = match.Attribute.
IsDirectiveAttribute
;