1 write to _bindingSource
Microsoft.AspNetCore.Mvc.Core (1)
BindPropertyAttribute.cs (1)
75
protected set =>
_bindingSource
= value;
2 references to _bindingSource
Microsoft.AspNetCore.Mvc.Core (2)
BindPropertyAttribute.cs (2)
68
if (
_bindingSource
== null && BinderType != null)
73
return
_bindingSource
;