5 references to GetCompatibleCollection
Microsoft.AspNetCore.Mvc.Core (1)
ModelBinding\Binders\FormFileModelBinder.cs (1)
54
postedFiles = ModelBindingHelper.
GetCompatibleCollection
<IFormFile>(bindingContext);
Microsoft.AspNetCore.Mvc.Core.Test (4)
ModelBinding\ModelBindingHelperTest.cs (4)
1370
var result = ModelBindingHelper.
GetCompatibleCollection
<int>(bindingContext);
1386
var result = ModelBindingHelper.
GetCompatibleCollection
<int>(bindingContext);
1451
var result = ModelBindingHelper.
GetCompatibleCollection
<int>(bindingContext);
1467
var result = ModelBindingHelper.
GetCompatibleCollection
<int>(bindingContext);