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