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