4 writes to BinderType
Microsoft.AspNetCore.Mvc.Abstractions (3)
ModelBinding\BindingInfo.cs (3)
35BinderType = other.BinderType; 132bindingInfo.BinderType = binderTypeAttribute.BinderType; 242BinderType = modelMetadata.BinderType;
Microsoft.AspNetCore.Mvc.Core (1)
ModelBinding\ModelBindingHelper.cs (1)
257BinderType = modelMetadata.BinderType,
5 references to BinderType
Microsoft.AspNetCore.Mvc.Abstractions (2)
ModelBinding\BindingInfo.cs (2)
35BinderType = other.BinderType; 239if (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"/>. 19if (context.BindingInfo.BinderType is Type binderType)