4 references to Le
System.Private.Xml (4)
System\Xml\Xsl\XPath\XPathBuilder.cs (4)
157
case XPathOperator.
Le
: return _f.Le(left, right);
187
op == XPathOperator.
Le
? XPathOperator.Ge : // '<=' --> '>='
189
op == XPathOperator.Ge ? XPathOperator.
Le
: // '>=' --> '<='
247
Debug.Assert(op == XPathOperator.Lt || op == XPathOperator.
Le
|| op == XPathOperator.Gt || op == XPathOperator.Ge);