4 references to Gt
System.Private.Xml (4)
System\Xml\Xsl\XPath\XPathBuilder.cs (1)
158case XPathOperator.Gt: return _f.Gt(left, right);
System\Xml\Xsl\XPath\XPathQilFactory.cs (1)
110Conditional(Gt(Length(i), Int32(1)),
System\Xml\Xsl\Xslt\MatcherBuilder.cs (2)
453result = _f.Conditional(_f.Gt(stopPriority, _f.Int32(lastPriority)), stopPriority, result); 463result = _f.Conditional(_f.Gt(stopPriority, _f.Int32(lastPriority)), stopPriority, result);