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