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