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