1 write to IDictionary
ConfigurationSchemaGenerator (1)
RuntimeSource\Configuration.Binder\Parser\KnownTypeSymbols.cs (1)
101
IDictionary
= compilation.GetBestTypeByMetadataName(typeof(IDictionary));
2 references to IDictionary
ConfigurationSchemaGenerator (2)
RuntimeSource\Configuration.Binder\ConfigurationBindingGenerator.Parser.cs (2)
413
(IsInterfaceMatch(type, _typeSymbols.GenericIDictionary_Unbound) || IsInterfaceMatch(type, _typeSymbols.
IDictionary
)))
778
if (IsInterfaceMatch(type, _typeSymbols.
IDictionary
))