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)
139public string Json => _node.ToJsonString(); 140public string Path => _node.GetPath(); 141public TValue? Value => _node.Value;