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