3 overrides of GetPath
System.Text.Json (3)
System\Text\Json\Nodes\JsonArray.cs (1)
241
internal override void
GetPath
(ref ValueStringBuilder path, JsonNode? child)
System\Text\Json\Nodes\JsonObject.cs (1)
210
internal override void
GetPath
(ref ValueStringBuilder path, JsonNode? child)
System\Text\Json\Nodes\JsonValue.cs (1)
154
internal sealed override void
GetPath
(ref ValueStringBuilder path, JsonNode? child)
4 references to GetPath
System.Text.Json (4)
System\Text\Json\Nodes\JsonArray.cs (1)
243
Parent?.
GetPath
(ref path, this);
System\Text\Json\Nodes\JsonNode.cs (1)
145
GetPath
(ref path, null);
System\Text\Json\Nodes\JsonObject.cs (1)
212
Parent?.
GetPath
(ref path, this);
System\Text\Json\Nodes\JsonValue.cs (1)
158
Parent?.
GetPath
(ref path, this);