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