1 write to ParameterAttributes
Microsoft.AspNetCore.Mvc.Core (1)
ModelBinding\Metadata\ModelAttributes.cs (1)
61ParameterAttributes = parameterAttributes.ToArray();
8 references to ParameterAttributes
Microsoft.AspNetCore.Mvc.Core (3)
ModelBinding\Metadata\BindingMetadataProviderContext.cs (1)
26ParameterAttributes = attributes.ParameterAttributes;
ModelBinding\Metadata\ModelAttributes.cs (1)
63Attributes = ParameterAttributes.Concat(TypeAttributes).ToArray();
ModelBinding\Metadata\ValidationMetadataProviderContext.cs (1)
26ParameterAttributes = attributes.ParameterAttributes;
Microsoft.AspNetCore.Mvc.Core.Test (5)
ModelBinding\Metadata\ModelAttributesTest.cs (5)
190Assert.Empty(attributes.ParameterAttributes); 211attributes.ParameterAttributes, 236Assert.IsType<BindRequiredAttribute>(Assert.Single(attributes.ParameterAttributes)); 258Assert.IsType<BindRequiredAttribute>(Assert.Single(attributes.ParameterAttributes)); 283Assert.Null(attributes.ParameterAttributes);