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)
356
public string Json =>
_node
.ToJsonString();
357
public string Path =>
_node
.GetPath();
364
DebugViewItem[] properties = new DebugViewItem[
_node
.List.Count];
366
for (int i = 0; i <
_node
.List.Count; i++)
368
properties[i].Value =
_node
.List[i];