7 references to LE
System.Private.Xml (7)
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
323
case Operator.Op.
LE
: return (n1 <= n2);
337
case Operator.Op.
LE
: return (n1 <= n2);
System\Xml\XPath\Internal\Operator.cs (1)
44
/*GE */ Op.
LE
,
System\Xml\XPath\Internal\QueryBuilder.cs (1)
324
case Operator.Op.
LE
:
System\Xml\XPath\Internal\XPathParser.cs (1)
128
_scanner.Kind == XPathScanner.LexKind.Le ? Operator.Op.
LE
: