2 references to GetCompatibleCollection
Microsoft.AspNetCore.Mvc.Core (1)
ModelBinding\Binders\HeaderModelBinder.cs (1)
179
var collection = ModelBindingHelper.
GetCompatibleCollection
<string>(bindingContext, values.Length);
Microsoft.AspNetCore.Mvc.Core.Test (1)
ModelBinding\ModelBindingHelperTest.cs (1)
1399
var result = ModelBindingHelper.
GetCompatibleCollection
<int>(bindingContext, capacity: 23);