4 writes to parent
System.ServiceModel (4)
System\ServiceModel\Dispatcher\QuerySubExprEliminator.cs (4)
26this.parent = parent; 143this.parent = e; 183child.parent = null; 189child.parent = this.parent;
13 references to parent
System.ServiceModel (13)
System\ServiceModel\Dispatcher\QuerySubExprEliminator.cs (13)
45if (this.parent == null) 122if (this.parent != null) 124this.parent.RemoveChild(this); 133SubExpr e = new SubExpr(this.parent, firstOp, elim.NewVarID()); 134if (this.parent != null) 136this.parent.AddChild(e); 155if (this.parent == null) 161this.parent.RemoveChild(this); 162this.parent.CleanUp(elim); 179if (this.parent == null) 187this.parent.RemoveChild(this); 188this.parent.AddChild(child); 189child.parent = this.parent;