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