5 writes to parent
System.ServiceModel (5)
System\ServiceModel\Dispatcher\QueryPrefixOp.cs (5)
159
segment.
parent
= this;
271
grandchild.
parent
= this;
274
child.
parent
= null;
310
child.
parent
= null;
378
newChild.
parent
= this;
4 references to parent
System.ServiceModel (4)
System\ServiceModel\Dispatcher\QueryPrefixOp.cs (4)
280
if (null != this.
parent
)
282
this.
parent
.RemoveChild(this);
322
if (fixupTree && this.CanMerge && null != this.
parent
)
324
this.
parent
.MergeChild(this);