2 references to ExtractGenericInterface
Microsoft.AspNetCore.Mvc.Abstractions (2)
ModelBinding\ModelMetadata.cs (2)
780
var collectionType = ClosedGenericMatcher.
ExtractGenericInterface
(ModelType, typeof(ICollection<>));
786
var enumerableType = ClosedGenericMatcher.
ExtractGenericInterface
(ModelType, typeof(IEnumerable<>));