1 write to BindingSource
Microsoft.AspNetCore.Mvc.Core (1)
ModelBinding\DefaultModelBindingContext.cs (1)
102set { _state.BindingSource = value; }
1 reference to BindingSource
Microsoft.AspNetCore.Mvc.Core (1)
ModelBinding\DefaultModelBindingContext.cs (1)
101get { return _state.BindingSource; }