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