3 references to IDictionaryOfTKeyTValueType
System.Text.Json.SourceGeneration (3)
JsonSourceGenerator.Parser.cs (3)
1342
if (type.GetCompatibleGenericBaseType(_knownSymbols.
IDictionaryOfTKeyTValueType
) is not null ||
1500
else if ((actualTypeToConvert = type.GetCompatibleGenericBaseType(_knownSymbols.
IDictionaryOfTKeyTValueType
)) != null)
1794
INamedTypeSymbol? actualDictionaryType = type.GetCompatibleGenericBaseType(_knownSymbols.
IDictionaryOfTKeyTValueType
);