3 references to BindComplexCollectionFromIndexes
Microsoft.AspNetCore.Mvc.Core (1)
ModelBinding\Binders\CollectionModelBinder.cs (1)
318return BindComplexCollectionFromIndexes(bindingContext, indexNames);
Microsoft.AspNetCore.Mvc.Core.Test (2)
ModelBinding\Binders\CollectionModelBinderTest.cs (2)
28var collectionResult = await binder.BindComplexCollectionFromIndexes( 54var boundCollection = await binder.BindComplexCollectionFromIndexes(bindingContext, indexNames: null);