1 write to GenericIDictionary_Unbound
ConfigurationSchemaGenerator (1)
RuntimeSource\Configuration.Binder\Parser\KnownTypeSymbols.cs (1)
116
GenericIDictionary_Unbound
= GenericIDictionary?.ConstructUnboundGenericType();
3 references to GenericIDictionary_Unbound
ConfigurationSchemaGenerator (3)
RuntimeSource\Configuration.Binder\ConfigurationBindingGenerator.Parser.cs (3)
403
else if (_typeSymbols.GenericIDictionary is not null && GetInterface(type, _typeSymbols.
GenericIDictionary_Unbound
) is not null)
413
(IsInterfaceMatch(type, _typeSymbols.
GenericIDictionary_Unbound
) || IsInterfaceMatch(type, _typeSymbols.IDictionary)))
769
INamedTypeSymbol? candidate = GetInterface(type, _typeSymbols.
GenericIDictionary_Unbound
) ?? GetInterface(type, _typeSymbols.IReadOnlyDictionary_Unbound);