1 write to _node
System.Text.Json (1)
System\Text\Json\Nodes\JsonArray.cs (1)
350_node = node;
5 references to _node
System.Text.Json (5)
System\Text\Json\Nodes\JsonArray.cs (5)
353public string Json => _node.ToJsonString(); 354public string Path => _node.GetPath(); 361DebugViewItem[] properties = new DebugViewItem[_node.List.Count]; 363for (int i = 0; i < _node.List.Count; i++) 365properties[i].Value = _node.List[i];