7 references to LT
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 || 270case Operator.Op.LT : return( n1 < n2 ) ; 282case Operator.Op.LT : return( n1 < n2 ) ;
System\Xml\XPath\Internal\Operator.cs (1)
46/*GT */ Op.LT,
System\Xml\XPath\Internal\QueryBuilder.cs (1)
276case Operator.Op.LT :
System\Xml\XPath\Internal\XPathParser.cs (1)
114this.scanner.Kind == XPathScanner.LexKind.Lt ? Operator.Op.LT :