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