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