1 write to BindingSources
Microsoft.AspNetCore.Mvc.Abstractions (1)
ModelBinding\CompositeBindingSource.cs (1)
69BindingSources = bindingSources;
2 references to BindingSources
Microsoft.AspNetCore.Mvc.Abstractions (2)
ModelBinding\CompositeBindingSource.cs (2)
10/// A <see cref="BindingSources"/> which can represent multiple value-provider data sources. 90foreach (var source in BindingSources)