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