2 references to ExtractGenericInterface
System.Web (2)
ModelBinding\CollectionModelBinderUtil.cs (1)
110
Type closedCollectionType = TypeHelpers.
ExtractGenericInterface
(closedSupportedInterfaceType, typeof(ICollection<>));
ModelBinding\GenericModelBinderProvider.cs (1)
76
Type matchingClosedInterface = TypeHelpers.
ExtractGenericInterface
(bindingContext.ModelType, ModelType);