1 write to GenericIDictionary
ConfigurationSchemaGenerator (1)
RuntimeSource\Configuration.Binder\Parser\KnownTypeSymbols.cs (1)
107GenericIDictionary = compilation.GetBestTypeByMetadataName(typeof(IDictionary<,>));
2 references to GenericIDictionary
ConfigurationSchemaGenerator (2)
RuntimeSource\Configuration.Binder\ConfigurationBindingGenerator.Parser.cs (1)
403else if (_typeSymbols.GenericIDictionary is not null && GetInterface(type, _typeSymbols.GenericIDictionary_Unbound) is not null)
RuntimeSource\Configuration.Binder\Parser\KnownTypeSymbols.cs (1)
116GenericIDictionary_Unbound = GenericIDictionary?.ConstructUnboundGenericType();