3 references to Modulo
System.Data.Entity (3)
System\Data\Query\InternalTrees\Dump.cs (1)
935case OpType.Modulo:
System\Data\Query\PlanCompiler\CTreeGenerator.cs (1)
762case OpType.Modulo:
System\Data\Query\PlanCompiler\ITreeGenerator.cs (1)
228opMap[DbExpressionKind.Modulo] = OpType.Modulo;