2 references to MetadataName
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\TagHelpers\Producers\ComponentTagHelperProducer.cs (2)
244
static attribute => attribute.HasFullName(ComponentsApi.ParameterAttribute.
MetadataName
));
763
if (!property.GetAttributes().Any(static a => a.HasFullName(ComponentsApi.ParameterAttribute.
MetadataName
)))