1 write to ParameterAttributes
Microsoft.AspNetCore.Mvc.Core (1)
ModelBinding\Metadata\BindingMetadataProviderContext.cs (1)
26ParameterAttributes = attributes.ParameterAttributes;
1 reference to ParameterAttributes
Microsoft.AspNetCore.Mvc.Core (1)
ModelBinding\Metadata\DefaultBindingMetadataProvider.cs (1)
162return context.ParameterAttributes!.OfType<BindingBehaviorAttribute>().FirstOrDefault();