7 references to LT
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 || 321case Operator.Op.LT: return (n1 < n2); 335case Operator.Op.LT: return (n1 < n2);
System\Xml\XPath\Internal\Operator.cs (1)
43/*GT */ Op.LT,
System\Xml\XPath\Internal\QueryBuilder.cs (1)
322case Operator.Op.LT:
System\Xml\XPath\Internal\XPathParser.cs (1)
127_scanner.Kind == XPathScanner.LexKind.Lt ? Operator.Op.LT :