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