2 references to GetGenericBinder
System.Web (2)
ModelBinding\CollectionModelBinderProvider.cs (1)
10return CollectionModelBinderUtil.GetGenericBinder(typeof(ICollection<>), typeof(List<>), typeof(CollectionModelBinder<>), bindingContext.ModelMetadata);
ModelBinding\DictionaryModelBinderProvider.cs (1)
10return CollectionModelBinderUtil.GetGenericBinder(typeof(IDictionary<,>), typeof(Dictionary<,>), typeof(DictionaryModelBinder<,>), bindingContext.ModelMetadata);