4 writes to ops
System.ServiceModel (4)
System\ServiceModel\Dispatcher\QuerySubExprEliminator.cs (4)
31
this.
ops
= new InternalSubExprOpcode(parent);
37
this.
ops
= ops;
144
this.
ops
= new InternalSubExprOpcode(e);
177
child.
ops
= this.ops;
8 references to ops
System.ServiceModel (8)
System\ServiceModel\Dispatcher\QuerySubExprEliminator.cs (8)
32
this.
ops
.Attach(ops);
47
return this.
ops
;
51
return this.
ops
.Next;
145
this.
ops
.Attach(op);
171
Opcode op2 = this.
ops
;
177
child.ops = this.
ops
;
205
Opcode op = this.
ops
;
251
this.
ops
.Trim();