1 write to _StringObjectDictionaryType
System.Text.Json.SourceGeneration (1)
Helpers\KnownTypeSymbols.cs (1)
202: (_StringObjectDictionaryType = new(DictionaryOfTKeyTValueType?.Construct(StringType, ObjectType))).Value;
2 references to _StringObjectDictionaryType
System.Text.Json.SourceGeneration (2)
Helpers\KnownTypeSymbols.cs (2)
200public INamedTypeSymbol? StringObjectDictionaryType => _StringObjectDictionaryType.HasValue 201? _StringObjectDictionaryType.Value