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)
30
public string Value =>
_value
?? string.Empty;
146
if (
_value
is null)
148
return other.
_value
is null;
152
return
_value
.Equals(other.
_value
);
181
=>
_value
?? string.Empty;
190
=>
_value
?.GetHashCode() ?? 0;