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