1 write to IReadOnlyDictionary_Unbound
ConfigurationSchemaGenerator (1)
RuntimeSource\Configuration.Binder\Parser\KnownTypeSymbols.cs (1)
119
IReadOnlyDictionary_Unbound
= compilation.GetBestTypeByMetadataName(typeof(IReadOnlyDictionary<,>))?.ConstructUnboundGenericType();
2 references to IReadOnlyDictionary_Unbound
ConfigurationSchemaGenerator (2)
RuntimeSource\Configuration.Binder\ConfigurationBindingGenerator.Parser.cs (2)
419
else if (_typeSymbols.Dictionary is not null && IsInterfaceMatch(type, _typeSymbols.
IReadOnlyDictionary_Unbound
))
769
INamedTypeSymbol? candidate = GetInterface(type, _typeSymbols.GenericIDictionary_Unbound) ?? GetInterface(type, _typeSymbols.
IReadOnlyDictionary_Unbound
);