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