4 references to DictionaryOfTKeyTValueType
System.Text.Json.SourceGeneration (4)
Helpers\KnownTypeSymbols.cs (2)
214
: (_StringObjectDictionaryType = new(
DictionaryOfTKeyTValueType
?.Construct(StringType, ObjectType))).Value;
219
: (_StringJsonElementDictionaryType = new(
DictionaryOfTKeyTValueType
is { } dictType && JsonElementType is { } jsonElemType
JsonSourceGenerator.Parser.cs (2)
2076
else if ((actualTypeToConvert = type.GetCompatibleGenericBaseType(_knownSymbols.
DictionaryOfTKeyTValueType
)) != null)
2186
INamedTypeSymbol? dictionary = _knownSymbols.
DictionaryOfTKeyTValueType
?.Construct(keyType, valueType);