1 write to op
System.ServiceModel (1)
System\ServiceModel\Dispatcher\QueryIntervalOp.cs (1)
972
this.
op
= op;
4 references to op
System.ServiceModel (4)
System\ServiceModel\Dispatcher\QueryIntervalOp.cs (4)
1005
return (numOp.
op
== this.
op
&& numOp.literal == this.literal);
1018
values[i].Update(context, values[i].CompareTo(this.literal,
op
));
1025
return new Interval(this.literal, this.
op
);