3 references to IsAttributeDescriptor
Microsoft.CodeAnalysis.Razor.Workspaces (3)
CodeActions\Razor\UnboundDirectiveAttributeAddUsingCodeActionProvider.cs (1)
113if (!tagHelper.IsAttributeDescriptor())
GoToDefinition\RazorComponentDefinitionHelpers.cs (1)
79foreach (var boundTagHelper in binding.TagHelpers.Where(d => !d.IsAttributeDescriptor()))
Hover\HoverFactory.cs (1)
230.Where(d => keepAttributeInfo || !d.IsAttributeDescriptor())