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