1 write to _value
System.Text.Json (1)
System\Text\Json\JsonEncodedText.cs (1)
36_value = JsonReaderHelper.GetTextFromUtf8(utf8Value);
7 references to _value
System.Text.Json (7)
System\Text\Json\JsonEncodedText.cs (7)
30public string Value => _value ?? string.Empty; 146if (_value is null) 148return other._value is null; 152return _value.Equals(other._value); 181=> _value ?? string.Empty; 190=> _value?.GetHashCode() ?? 0;