10 references to HasFullName
Microsoft.CodeAnalysis.Razor.Compiler (10)
CSharp\DefaultTagHelperDescriptorFactory.cs (3)
79if (attribute.HasFullName(TagHelperTypes.HtmlTargetElementAttribute)) 428if (attribute.HasFullName(TagHelperTypes.HtmlAttributeNotBoundAttribute)) 435attribute.HasFullName(TagHelperTypes.HtmlAttributeNameAttribute))
CSharp\SymbolExtensions.cs (1)
58if (attribute.HasFullName(fullName))
Language\TagHelpers\Producers\ComponentTagHelperProducer.cs (6)
159if (attribute.HasFullName(ComponentsApi.CascadingTypeParameterAttribute.MetadataName) && 244static attribute => attribute.HasFullName(ComponentsApi.ParameterAttribute.MetadataName)); 275static a => a.HasFullName("Microsoft.AspNetCore.Components.EditorRequiredAttribute")); 316if (property.GetAttributes().Any(static a => a.HasFullName(ComponentsApi.AssetPathAttribute.MetadataName))) 543if (attribute.HasFullName("System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute")) 763if (!property.GetAttributes().Any(static a => a.HasFullName(ComponentsApi.ParameterAttribute.MetadataName)))