12 references to AssignParent
System.Text.Json (12)
System\Text\Json\Nodes\JsonArray.cs (4)
155
list[i]?.
AssignParent
(this);
176
list[i]?.
AssignParent
(this);
236
value?.
AssignParent
(this);
313
node?.
AssignParent
(this);
System\Text\Json\Nodes\JsonArray.IList.cs (2)
24
item?.
AssignParent
(this);
79
item?.
AssignParent
(this);
System\Text\Json\Nodes\JsonObject.cs (2)
44
node.Value?.
AssignParent
(this);
274
value?.
AssignParent
(this);
System\Text\Json\Nodes\JsonObject.IDictionary.cs (1)
34
value?.
AssignParent
(this);
System\Text\Json\Nodes\JsonObject.IList.cs (3)
35
value?.
AssignParent
(this);
49
value?.
AssignParent
(this);
81
value?.
AssignParent
(this);