7 references to GT
System.Private.Xml (7)
System\Xml\XPath\Internal\LogicalExpr.cs (4)
20Operator.Op.LT == op || Operator.Op.GT == op || 131op == Operator.Op.LT || op == Operator.Op.GT || 322case Operator.Op.GT: return (n1 > n2); 336case Operator.Op.GT: return (n1 > n2);
System\Xml\XPath\Internal\Operator.cs (1)
41/*LT */ Op.GT,
System\Xml\XPath\Internal\QueryBuilder.cs (1)
323case Operator.Op.GT:
System\Xml\XPath\Internal\XPathParser.cs (1)
129_scanner.Kind == XPathScanner.LexKind.Gt ? Operator.Op.GT :