1 write to _node
System.Text.Json (1)
System\Text\Json\Nodes\JsonValueOfT.cs (1)
143
_node
= node;
3 references to _node
System.Text.Json (3)
System\Text\Json\Nodes\JsonValueOfT.cs (3)
146
public string Json =>
_node
.ToJsonString();
147
public string Path =>
_node
.GetPath();
148
public TValue? Value =>
_node
.Value;