6 references to Arithmetic
System.Private.Xml (6)
System\Xml\Xsl\XPath\XPathBuilder.cs (6)
125
case XPathOperatorGroup.
Arithmetic
: return ArithmeticOperator(op, left!, right!);
699
/*Plus */ XPathOperatorGroup.
Arithmetic
,
700
/*Minus */ XPathOperatorGroup.
Arithmetic
,
701
/*Multiply */ XPathOperatorGroup.
Arithmetic
,
702
/*Divide */ XPathOperatorGroup.
Arithmetic
,
703
/*Modulo */ XPathOperatorGroup.
Arithmetic
,