4 references to BindSimpleCollection
Microsoft.AspNetCore.Mvc.Core (1)
ModelBinding\Binders\CollectionModelBinder.cs (1)
147result = await BindSimpleCollection(bindingContext, valueProviderResult);
Microsoft.AspNetCore.Mvc.Core.Test (3)
ModelBinding\Binders\CollectionModelBinderTest.cs (3)
202var boundCollection = await binder.BindSimpleCollection(context, new ValueProviderResult(new string[0])); 222var boundCollection = await binder.BindSimpleCollection(context, valueProviderResult); 468var boundCollection = await modelBinder.BindSimpleCollection(