2 instantiations of CollectionResult
Microsoft.AspNetCore.Mvc.Core (2)
ModelBinding\Binders\CollectionModelBinder.cs (2)
298return new CollectionResult(boundCollection); 397return new CollectionResult(boundCollection)
9 references to CollectionResult
Microsoft.AspNetCore.Mvc.Core (4)
ModelBinding\Binders\CollectionModelBinder.cs (4)
139CollectionResult result; 263internal async Task<CollectionResult> BindSimpleCollection( 302private Task<CollectionResult> BindComplexCollection(ModelBindingContext bindingContext) 322internal async Task<CollectionResult> BindComplexCollectionFromIndexes(
Microsoft.AspNetCore.Mvc.Core.Test (5)
ModelBinding\Binders\CollectionModelBinderTest.cs (5)
28var collectionResult = await binder.BindComplexCollectionFromIndexes( 54var boundCollection = await binder.BindComplexCollectionFromIndexes(bindingContext, indexNames: null); 202var boundCollection = await binder.BindSimpleCollection(context, new ValueProviderResult(new string[0])); 222var boundCollection = await binder.BindSimpleCollection(context, valueProviderResult); 468var boundCollection = await modelBinder.BindSimpleCollection(