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