4 references to Gt
System.Data.SqlXml (4)
System\Xml\Xsl\XPath\XPathBuilder.cs (1)
141case XPathOperator.Gt : return f.Gt(left, right);
System\Xml\Xsl\XPath\XPathQilFactory.cs (1)
102Conditional(Gt(Length(i), Int32(1)),
System\Xml\Xsl\Xslt\MatcherBuilder.cs (2)
401result = f.Conditional(f.Gt(stopPriority, f.Int32(lastPriority)), stopPriority, result); 410result = f.Conditional(f.Gt(stopPriority, f.Int32(lastPriority)), stopPriority, result);