1 write to Dictionary
Microsoft.Extensions.Configuration.Binder.SourceGeneration (1)
Parser\KnownTypeSymbols.cs (1)
108Dictionary = compilation.GetBestTypeByMetadataName(typeof(Dictionary<,>));
2 references to Dictionary
Microsoft.Extensions.Configuration.Binder.SourceGeneration (2)
ConfigurationBindingGenerator.Parser.cs (2)
419else if (_typeSymbols.Dictionary is not null && 426else if (_typeSymbols.Dictionary is not null && IsInterfaceMatch(type, _typeSymbols.IReadOnlyDictionary_Unbound))