4 references to NumberValue
System.ServiceModel (4)
System\ServiceModel\Dispatcher\QueryIntervalOp.cs (1)
1146this.Match(valIndex, sequence.Items[i].NumberValue(), results);
System\ServiceModel\Dispatcher\QueryNode.cs (2)
374return QueryValueModel.Compare(this.NumberValue(), dblVal, op); 394return (this.NumberValue() == literal);
System\ServiceModel\Dispatcher\QueryRelOp.cs (1)
365branch = this[sequence.Items[i].NumberValue()];