1 write to BinderType
Microsoft.AspNetCore.Mvc.Core (1)
ModelBinding\Metadata\DefaultBindingMetadataProvider.cs (1)
36context.BindingMetadata.BinderType = binderTypeAttribute.BinderType;
1 reference to BinderType
Microsoft.AspNetCore.Mvc.Core (1)
ModelBinding\Metadata\DefaultModelMetadata.cs (1)
173public override Type? BinderType => BindingMetadata.BinderType;