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)
146public string Json => _node.ToJsonString(); 147public string Path => _node.GetPath(); 148public TValue? Value => _node.Value;