3 references to _opMap
System.Data.Entity (3)
System\Data\Common\CommandTrees\Internal\ExpressionPrinter.cs (3)
601return this.VisitInfix(e, e.Left, _opMap[e.ExpressionKind], e.Right); 623return this.Visit(_opMap[e.ExpressionKind], e.Arguments[0]); 627return this.VisitInfix(e, e.Arguments[0], _opMap[e.ExpressionKind], e.Arguments[1]);