2 writes to left
System.ServiceModel (2)
System\ServiceModel\Dispatcher\QueryIntervalOp.cs (2)
292this.left = value; 371this.left = new IntervalBoundary(val, this);
5 references to left
System.ServiceModel (5)
System\ServiceModel\Dispatcher\QueryIntervalOp.cs (5)
288return this.left; 369if (null == this.left) 374return this.left; 484if (this.left != null) 486this.left.Trim();