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