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