4 writes to BinderType
Microsoft.AspNetCore.Mvc.Abstractions (3)
ModelBinding\BindingInfo.cs (3)
35
BinderType
= other.BinderType;
132
bindingInfo.
BinderType
= binderTypeAttribute.BinderType;
242
BinderType
= modelMetadata.BinderType;
Microsoft.AspNetCore.Mvc.Core (1)
ModelBinding\ModelBindingHelper.cs (1)
257
BinderType
= modelMetadata.BinderType,
5 references to BinderType
Microsoft.AspNetCore.Mvc.Abstractions (2)
ModelBinding\BindingInfo.cs (2)
35
BinderType = other.
BinderType
;
239
if (
BinderType
== null && modelMetadata.BinderType != null)
Microsoft.AspNetCore.Mvc.Core (3)
ModelBinding\Binders\BinderTypeModelBinder.cs (1)
13
/// <see cref="BindingInfo.
BinderType
"/>.
ModelBinding\Binders\BinderTypeModelBinderProvider.cs (2)
10
/// using <see cref="BindingInfo.
BinderType
"/>.
19
if (context.BindingInfo.
BinderType
is Type binderType)