4 writes to nextNode
System.ServiceModel (4)
System\ServiceModel\Dispatcher\QueryIntervalOp.cs (4)
508
this.
nextNode
= root;
529
this.
nextNode
= this.currentNode.Left;
534
this.
nextNode
= this.currentNode.Right;
539
this.
nextNode
= null;
2 references to nextNode
System.ServiceModel (2)
System\ServiceModel\Dispatcher\QueryIntervalOp.cs (2)
522
while (null != this.
nextNode
)
524
this.currentNode = this.
nextNode
;