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