6 writes to Prev
System.ServiceModel (6)
System\ServiceModel\Dispatcher\QueryBranchOp.cs (4)
695opcode.Prev = this; 876replace.Prev = null; 878with.Prev = this; 1281literal.Prev = this;
System\ServiceModel\Dispatcher\QueryOpcode.cs (2)
401this.first.Prev = null; 469this.last.Prev = null;
3 references to Prev
System.ServiceModel (3)
System\ServiceModel\Dispatcher\QueryOpcode.cs (1)
468Opcode newLast = this.last.Prev;
System\ServiceModel\Dispatcher\QuerySubExprEliminator.cs (2)
514Opcode p = ops.Prev; 558ops = ops.Prev;