5 references to DIV
System.Xml (5)
System\Xml\XPath\Internal\NumericExpr.cs (3)
24
op == Operator.Op.MUL || op == Operator.Op.
DIV
||
56
Debug.Assert(op == Operator.Op.PLUS || op == Operator.Op.MINUS || op == Operator.Op.MOD || op == Operator.Op.
DIV
|| op == Operator.Op.MUL);
61
case Operator.Op.
DIV
: return n1 / n2;
System\Xml\XPath\Internal\QueryBuilder.cs (1)
274
case Operator.Op.
DIV
:
System\Xml\XPath\Internal\XPathParser.cs (1)
155
TestOp("div") ? Operator.Op.
DIV
: