3 writes to first
System.ServiceModel (3)
System\ServiceModel\Dispatcher\QueryOpcode.cs (3)
400this.first = first; 437this.first = opcode; 452this.first = block.first;
5 references to first
System.ServiceModel (5)
System\ServiceModel\Dispatcher\QueryOpcode.cs (5)
401this.first.Prev = null; 403for (this.last = this.first; this.last.Next != null; this.last = this.last.Next); 420return this.first; 452this.first = block.first; 457this.last.Attach(block.first);