2 writes to root
System.ServiceModel (2)
System\ServiceModel\Dispatcher\QueryIntervalOp.cs (2)
791this.root = new IntervalBoundary(val, null); 943this.root = with;
6 references to root
System.ServiceModel (6)
System\ServiceModel\Dispatcher\QueryIntervalOp.cs (6)
593return this.root; 630IntervalBoundary root = this.root; 707IntervalBoundary root = this.root; 789if (null == this.root) 797return this.FindBoundaryNode(root, val); 954this.root.Trim();