1 write to _value
System.Text.Json (1)
System\Text\Json\JsonEncodedText.cs (1)
36
_value
= JsonReaderHelper.GetTextFromUtf8(utf8Value);
8 references to _value
System.Text.Json (8)
System\Text\Json\JsonEncodedText.cs (8)
30
public string Value =>
_value
?? string.Empty;
149
if (
_value
== null)
151
return other.
_value
== null;
155
return
_value
.Equals(other.
_value
);
184
=>
_value
?? string.Empty;
193
=>
_value
== null ? 0 :
_value
.GetHashCode();