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