4 references to Le
System.Data.SqlXml (4)
System\Xml\Xsl\XPath\XPathBuilder.cs (4)
140
case XPathOperator.
Le
: return f.Le(left, right);
165
op == XPathOperator.
Le
? XPathOperator.Ge : // '<=' --> '>='
167
op == XPathOperator.Ge ? XPathOperator.
Le
: // '>=' --> '<='
211
Debug.Assert(op == XPathOperator.Lt || op == XPathOperator.
Le
|| op == XPathOperator.Gt || op == XPathOperator.Ge);