1 write to Value
System.Text.Json.SourceGeneration (1)
Helpers\KnownTypeSymbols.cs (1)
383Value = value;
11 references to Value
System.Text.Json.SourceGeneration (11)
Helpers\KnownTypeSymbols.cs (11)
155? _ByteArrayType.Value 156: (_ByteArrayType = new(Compilation.CreateArrayTypeSymbol(Compilation.GetSpecialType(SpecialType.System_Byte), rank: 1))).Value; 161? _MemoryByteType.Value 162: (_MemoryByteType = new(MemoryType?.Construct(Compilation.GetSpecialType(SpecialType.System_Byte)))).Value; 167? _ReadOnlyMemoryByteType.Value 168: (_ReadOnlyMemoryByteType = new(ReadOnlyMemoryType?.Construct(Compilation.GetSpecialType(SpecialType.System_Byte)))).Value; 198? _StringObjectDictionaryType.Value 199: (_StringObjectDictionaryType = new(DictionaryOfTKeyTValueType?.Construct(StringType, ObjectType))).Value; 203? _StringJsonElementDictionaryType.Value 206: null)).Value; 367return field.Value;