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