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