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