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