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