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