1 write to Value
System.Text.Json.SourceGeneration (1)
Helpers\KnownTypeSymbols.cs (1)
419Value = value;
11 references to Value
System.Text.Json.SourceGeneration (11)
Helpers\KnownTypeSymbols.cs (11)
167? _ByteArrayType.Value 168: (_ByteArrayType = new(Compilation.CreateArrayTypeSymbol(Compilation.GetSpecialType(SpecialType.System_Byte), rank: 1))).Value; 173? _MemoryByteType.Value 174: (_MemoryByteType = new(MemoryType?.Construct(Compilation.GetSpecialType(SpecialType.System_Byte)))).Value; 179? _ReadOnlyMemoryByteType.Value 180: (_ReadOnlyMemoryByteType = new(ReadOnlyMemoryType?.Construct(Compilation.GetSpecialType(SpecialType.System_Byte)))).Value; 213? _StringObjectDictionaryType.Value 214: (_StringObjectDictionaryType = new(DictionaryOfTKeyTValueType?.Construct(StringType, ObjectType))).Value; 218? _StringJsonElementDictionaryType.Value 221: null)).Value; 403return field.Value;