7 references to LE
System.Xml (7)
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
272
case Operator.Op.
LE
: return( n1 <= n2 ) ;
284
case Operator.Op.
LE
: return( n1 <= n2 ) ;
System\Xml\XPath\Internal\Operator.cs (1)
47
/*GE */ Op.
LE
,
System\Xml\XPath\Internal\QueryBuilder.cs (1)
278
case Operator.Op.
LE
:
System\Xml\XPath\Internal\XPathParser.cs (1)
115
this.scanner.Kind == XPathScanner.LexKind.Le ? Operator.Op.
LE
: