10 references to Ge
System.ServiceModel (10)
System\ServiceModel\Dispatcher\QueryIntervalOp.cs (1)
55case RelationOperator.Ge:
System\ServiceModel\Dispatcher\QueryModel.cs (6)
714case RelationOperator.Ge: 740case RelationOperator.Ge: 745return y.Compare(x, RelationOperator.Ge); 782case RelationOperator.Ge: 801case RelationOperator.Ge: 806return y.Compare(x, RelationOperator.Ge);
System\ServiceModel\Dispatcher\XPathCompiler.cs (2)
561case RelationOperator.Ge: 568expr.Op = RelationOperator.Ge;
System\ServiceModel\Dispatcher\XPathParser.cs (1)
861op = RelationOperator.Ge;