8 references to HasFullName
Microsoft.CodeAnalysis.Razor.Compiler (8)
CSharp\DefaultTagHelperDescriptorFactory.cs (3)
75if (attribute.HasFullName(TagHelperTypes.HtmlTargetElementAttribute)) 414if (attribute.HasFullName(TagHelperTypes.HtmlAttributeNotBoundAttribute)) 421attribute.HasFullName(TagHelperTypes.HtmlAttributeNameAttribute))
CSharp\SymbolExtensions.cs (1)
58if (attribute.HasFullName(fullName))
Language\TagHelpers\Producers\ComponentTagHelperProducer.cs (4)
138if (attribute.HasFullName(ComponentsApi.CascadingTypeParameterAttribute.MetadataName) && 201static a => a.HasFullName("Microsoft.AspNetCore.Components.EditorRequiredAttribute")); 450if (attribute.HasFullName("System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute")) 670if (!property.GetAttributes().Any(static a => a.HasFullName(ComponentsApi.ParameterAttribute.MetadataName)))