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