1 write to _node
System.Text.Json (1)
System\Text\Json\Nodes\JsonObject.cs (1)
308
_node
= node;
4 references to _node
System.Text.Json (4)
System\Text\Json\Nodes\JsonObject.cs (4)
311
public string Json =>
_node
.ToJsonString();
312
public string Path =>
_node
.GetPath();
319
DebugViewProperty[] properties = new DebugViewProperty[
_node
.Count];
322
foreach (KeyValuePair<string, JsonNode?> item in
_node
)