5 references to DIV
System.Private.Xml (5)
System\Xml\XPath\Internal\NumericExpr.cs (3)
21
op == Operator.Op.MUL || op == Operator.Op.
DIV
||
59
Debug.Assert(op == Operator.Op.PLUS || op == Operator.Op.MINUS || op == Operator.Op.MOD || op == Operator.Op.
DIV
|| op == Operator.Op.MUL);
65
Operator.Op.
DIV
=> n1 / n2,
System\Xml\XPath\Internal\QueryBuilder.cs (1)
320
case Operator.Op.
DIV
:
System\Xml\XPath\Internal\XPathParser.cs (1)
174
TestOp("div") ? Operator.Op.
DIV
: