7 references to GT
System.Xml (7)
System\Xml\XPath\Internal\LogicalExpr.cs (4)
23Operator.Op.LT == op || Operator.Op.GT == op || 113op == Operator.Op.LT || op == Operator.Op.GT || 271case Operator.Op.GT : return( n1 > n2 ) ; 283case Operator.Op.GT : return( n1 > n2 ) ;
System\Xml\XPath\Internal\Operator.cs (1)
44/*LT */ Op.GT,
System\Xml\XPath\Internal\QueryBuilder.cs (1)
277case Operator.Op.GT :
System\Xml\XPath\Internal\XPathParser.cs (1)
116this.scanner.Kind == XPathScanner.LexKind.Gt ? Operator.Op.GT :