7 writes to last
System.ServiceModel (7)
System\ServiceModel\Dispatcher\QueryOpcode.cs (7)
403for (this.last = this.first; this.last.Next != null; this.last = this.last.Next); 438this.last = opcode; 444this.last = opcode; 453this.last = block.last; 458this.last = block.last; 470this.last = newLast;
14 references to last
System.ServiceModel (14)
System\ServiceModel\Dispatcher\QueryOpcode.cs (14)
403for (this.last = this.first; this.last.Next != null; this.last = this.last.Next); 428return this.last; 435if (null == this.last) 442this.last.Attach(opcode); 450if (null == this.last) 453this.last = block.last; 457this.last.Attach(block.first); 458this.last = block.last; 464if (null == this.last) 468Opcode newLast = this.last.Prev; 469this.last.Prev = null; 471if (null != this.last) 473this.last.Next = null;