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