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