4 references to Modulo
System.Data.Entity (4)
System\Data\Common\CommandTrees\DefaultExpressionVisitor.cs (1)
575result = CqtBuilder.Modulo(newArguments[0], newArguments[1]);
System\Data\Common\EntitySql\SemanticAnalyzer.cs (1)
4468return args.Left.Modulo(args.Right);
System\Data\Objects\ELinq\Translator.cs (1)
1123return left.Modulo(right);
System\Data\Query\PlanCompiler\CTreeGenerator.cs (1)
764resultExpr = left.Modulo(right);