2 references to DictionaryOfTKeyTValueType
System.Text.Json.SourceGeneration (2)
JsonSourceGenerator.Parser.cs (2)
807else if ((actualTypeToConvert = type.GetCompatibleGenericBaseType(_knownSymbols.DictionaryOfTKeyTValueType)) != null) 912INamedTypeSymbol? dictionary = _knownSymbols.DictionaryOfTKeyTValueType?.Construct(keyType, valueType);