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