1 write to _node
System.Text.Json (1)
System\Text\Json\Nodes\JsonValueOfT.cs (1)
136
_node
= node;
3 references to _node
System.Text.Json (3)
System\Text\Json\Nodes\JsonValueOfT.cs (3)
139
public string Json =>
_node
.ToJsonString();
140
public string Path =>
_node
.GetPath();
141
public TValue? Value =>
_node
.Value;