2 references to FindOpenGenericInterface
Microsoft.Extensions.Configuration.Binder (2)
ConfigurationBinder.cs (2)
476Type? dictionaryInterface = FindOpenGenericInterface(typeof(IDictionary<,>), type); 484Type? collectionInterface = FindOpenGenericInterface(typeof(ICollection<>), type);