3 references to FindBoundaryNode
System.ServiceModel (3)
System\ServiceModel\Dispatcher\QueryIntervalOp.cs (3)
797return this.FindBoundaryNode(root, val); 811if (null == (boundary = this.FindBoundaryNode(root.Left, val))) 813boundary = this.FindBoundaryNode(root.Right, val);