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