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