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