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