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