1 write to _bindingSource
Microsoft.AspNetCore.Mvc.Core (1)
ModelBinderAttribute.cs (1)
95
_bindingSource
= value;
2 references to _bindingSource
Microsoft.AspNetCore.Mvc.Core (2)
ModelBinderAttribute.cs (2)
86
if (
_bindingSource
== null && BinderType != null)
91
return
_bindingSource
;