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