8 references to HasFullName
Microsoft.CodeAnalysis.Razor.Compiler (8)
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 (4)
144if (attribute.HasFullName(ComponentsApi.CascadingTypeParameterAttribute.MetadataName) && 207static a => a.HasFullName("Microsoft.AspNetCore.Components.EditorRequiredAttribute")); 461if (attribute.HasFullName("System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute")) 681if (!property.GetAttributes().Any(static a => a.HasFullName(ComponentsApi.ParameterAttribute.MetadataName)))