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