9 references to GE
System.Xml (9)
System\Xml\XPath\Internal\LogicalExpr.cs (4)
24Operator.Op.LE == op || Operator.Op.GE == op || 114op == Operator.Op.LE || op == Operator.Op.GE 273case Operator.Op.GE : return( n1 >= n2 ) ; 285case Operator.Op.GE : return( n1 >= n2 ) ;
System\Xml\XPath\Internal\Operator.cs (3)
45/*LE */ Op.GE, 51Debug.Assert(Op.EQ <= op && op <= Op.GE); 68if (opType <= Op.GE) {
System\Xml\XPath\Internal\QueryBuilder.cs (1)
279case Operator.Op.GE :
System\Xml\XPath\Internal\XPathParser.cs (1)
117this.scanner.Kind == XPathScanner.LexKind.Ge ? Operator.Op.GE :