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