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