2 writes to BindingSource
Microsoft.AspNetCore.Mvc.Core (2)
ModelBinding\Metadata\BindingSourceMetadataProvider.cs (1)
49
context.BindingMetadata.
BindingSource
= BindingSource;
ModelBinding\Metadata\DefaultBindingMetadataProvider.cs (1)
46
context.BindingMetadata.
BindingSource
= bindingSourceAttribute.BindingSource;
2 references to BindingSource
Microsoft.AspNetCore.Mvc.Core (2)
ModelBinding\Metadata\BindingMetadata.cs (1)
37
/// Also set <see cref="
BindingSource
"/> if the specified <see cref="IModelBinder"/> implementation does not
ModelBinding\Metadata\DefaultModelMetadata.cs (1)
167
public override BindingSource? BindingSource => BindingMetadata.
BindingSource
;