2 writes to right
System.ServiceModel (2)
System\ServiceModel\Dispatcher\QueryIntervalOp.cs (2)
324this.right = value; 381this.right = new IntervalBoundary(val, this);
5 references to right
System.ServiceModel (5)
System\ServiceModel\Dispatcher\QueryIntervalOp.cs (5)
320return this.right; 379if (null == this.right) 384return this.right; 489if (this.right != null) 491this.right.Trim();