4 writes to Parent
System.Text.Json (4)
System\Text\Json\Nodes\JsonArray.IList.cs (1)
238
item.
Parent
= null;
System\Text\Json\Nodes\JsonNode.cs (1)
362
Parent
= parent;
System\Text\Json\Nodes\JsonObject.cs (1)
283
item.
Parent
= null;
System\Text\Json\Nodes\JsonObject.IDictionary.cs (1)
234
node.
Parent
= this;
12 references to Parent
ConfigurationSchemaGenerator (1)
ConfigSchemaEmitter.cs (1)
748
obj.
Parent
is JsonObject && obj.GetPropertyName() == "properties" ?
System.Text.Json (11)
System\Text\Json\Nodes\JsonArray.cs (1)
243
Parent
?.GetPath(ref path, this);
System\Text\Json\Nodes\JsonNode.cs (8)
35
if (!_options.HasValue &&
Parent
!= null)
40
_options =
Parent
.Options;
138
if (
Parent
== null)
161
JsonNode? parent =
Parent
;
167
while (parent.
Parent
!= null)
169
parent = parent.
Parent
;
346
if (
Parent
!= null)
359
p = p.
Parent
;
System\Text\Json\Nodes\JsonObject.cs (1)
223
Parent
?.GetPath(ref path, this);
System\Text\Json\Nodes\JsonValue.cs (1)
161
Parent
?.GetPath(ref path, this);