2 instantiations of CollectionResult
Microsoft.AspNetCore.Mvc.Core (2)
ModelBinding\Binders\CollectionModelBinder.cs (2)
298
return new
CollectionResult
(boundCollection);
397
return new
CollectionResult
(boundCollection)
9 references to CollectionResult
Microsoft.AspNetCore.Mvc.Core (4)
ModelBinding\Binders\CollectionModelBinder.cs (4)
139
CollectionResult
result;
263
internal async Task<
CollectionResult
> BindSimpleCollection(
302
private Task<
CollectionResult
> BindComplexCollection(ModelBindingContext bindingContext)
322
internal async Task<
CollectionResult
> BindComplexCollectionFromIndexes(
Microsoft.AspNetCore.Mvc.Core.Test (5)
ModelBinding\Binders\CollectionModelBinderTest.cs (5)
28
var
collectionResult = await binder.BindComplexCollectionFromIndexes(
54
var
boundCollection = await binder.BindComplexCollectionFromIndexes(bindingContext, indexNames: null);
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(