2 writes to currentNode
System.ServiceModel (2)
System\ServiceModel\Dispatcher\QueryIntervalOp.cs (2)
506
this.
currentNode
= null;
524
this.
currentNode
= this.nextNode;
6 references to currentNode
System.ServiceModel (6)
System\ServiceModel\Dispatcher\QueryIntervalOp.cs (6)
525
double currentVal = this.
currentNode
.Value;
528
this.slot = this.
currentNode
.LtSlot;
529
this.nextNode = this.
currentNode
.Left;
533
this.slot = this.
currentNode
.GtSlot;
534
this.nextNode = this.
currentNode
.Right;
538
this.slot = this.
currentNode
.EqSlot;