6 writes to prev
System.ServiceModel (6)
System\ServiceModel\Dispatcher\QueryOpcode.cs (6)
161this.prev = value; 212op.prev = this; 255child.prev = null; 343opcode.prev = null; 358this.next.prev = null; 360with.prev = this;
27 references to prev
System.ServiceModel (27)
System\ServiceModel\Dispatcher\QueryBranchOp.cs (10)
38this.prev.DelinkFromConditional(this); 66this.prev.LinkToConditional(this); 85this.prev.DelinkFromConditional(this); 107this.prev.LinkToConditional(this); 714if (null != this.prev) 716this.prev.DelinkFromConditional(child); 802if (null != this.prev) 804return this.prev.IsInConditional(); 812if (null != this.prev) 814this.prev.LinkToConditional(child);
System\ServiceModel\Dispatcher\QueryIntervalOp.cs (2)
1060Fx.Assert(null != this.prev, ""); 1063this.prev.Replace(this, branch);
System\ServiceModel\Dispatcher\QueryOpcode.cs (9)
157return this.prev; 175Fx.Assert(null != this.prev, ""); 178this.prev.AddBranch(op); 239((QueryConditionalBranchOpcode)this.prev).RemoveAlwaysBranch(child); 262Opcode parent = this.prev; 296return (null != this.prev && this.prev.IsInConditional()); 316((QueryConditionalBranchOpcode)this.prev).AddAlwaysBranch(this, child); 324Opcode prevOpcode = this.prev;
System\ServiceModel\Dispatcher\QueryPrefixOp.cs (2)
740Fx.Assert(null != this.prev, ""); 743this.prev.Replace(this, branch);
System\ServiceModel\Dispatcher\QueryRelOp.cs (4)
135Fx.Assert(null != this.prev, ""); 138this.prev.Replace(this, branch); 209Fx.Assert(null != this.prev, ""); 212this.prev.Replace(this, branch);