2 instantiations of NumericExpr
System.Xml (2)
System\Xml\XPath\Internal\NumericExpr.cs (1)
69public override XPathNodeIterator Clone() { return new NumericExpr(this); }
System\Xml\XPath\Internal\QueryBuilder.cs (1)
275return new NumericExpr(root.OperatorType, op1, op2);
1 reference to NumericExpr
System.Xml (1)
System\Xml\XPath\Internal\NumericExpr.cs (1)
38private NumericExpr(NumericExpr other) : base(other) {