1 write to IReadOnlyDictionary_Unbound
Microsoft.Extensions.Configuration.Binder.SourceGeneration (1)
Parser\KnownTypeSymbols.cs (1)
122
IReadOnlyDictionary_Unbound
= compilation.GetBestTypeByMetadataName(typeof(IReadOnlyDictionary<,>))?.ConstructUnboundGenericType();
2 references to IReadOnlyDictionary_Unbound
Microsoft.Extensions.Configuration.Binder.SourceGeneration (2)
ConfigurationBindingGenerator.Parser.cs (2)
426
else if (_typeSymbols.Dictionary is not null && IsInterfaceMatch(type, _typeSymbols.
IReadOnlyDictionary_Unbound
))
825
INamedTypeSymbol? candidate = GetInterface(type, _typeSymbols.GenericIDictionary_Unbound) ?? GetInterface(type, _typeSymbols.
IReadOnlyDictionary_Unbound
);