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