2 references to GetCompatibleCollection
Microsoft.AspNetCore.Mvc.Core (2)
ModelBinding\ModelBindingHelper.cs (2)
518return GetCompatibleCollection<T>(bindingContext, capacity: null); 539return GetCompatibleCollection<T>(bindingContext, (int?)capacity);