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