5 references to Lt
System.Data.SqlXml (5)
System\Xml\Xsl\XPath\XPathBuilder.cs (1)
139case XPathOperator.Lt : return f.Lt(left, right);
System\Xml\Xsl\XPath\XPathQilFactory.cs (2)
208: Loop(i = Let(n), Or(Lt(i, Double(0)), Lt(Double(0), i)))
System\Xml\Xsl\Xslt\QilGenerator.cs (2)
1754f.Conditional(f.And(f.Lt(f.Double(0), i), f.Lt(i, f.Double(int.MaxValue))),