2 references to s_opMap
System.Data.Entity (2)
System\Data\Query\PlanCompiler\ITreeGenerator.cs (2)
1310Op op = _iqtCommand.CreateComparisonOp(s_opMap[e.ExpressionKind]); 1507Op op = _iqtCommand.CreateArithmeticOp(s_opMap[e.ExpressionKind], e.ResultType);