9 references to GE
System.Private.Xml (9)
System\Xml\XPath\Internal\LogicalExpr.cs (4)
21Operator.Op.LE == op || Operator.Op.GE == op || 132op == Operator.Op.LE || op == Operator.Op.GE 324case Operator.Op.GE: return (n1 >= n2); 338case Operator.Op.GE: return (n1 >= n2);
System\Xml\XPath\Internal\Operator.cs (3)
42/*LE */ Op.GE, 49Debug.Assert(Op.EQ <= op && op <= Op.GE); 69if (_opType <= Op.GE)
System\Xml\XPath\Internal\QueryBuilder.cs (1)
325case Operator.Op.GE:
System\Xml\XPath\Internal\XPathParser.cs (1)
130_scanner.Kind == XPathScanner.LexKind.Ge ? Operator.Op.GE :