2 references to Merge
System.Data.Entity (2)
System\Data\Query\PlanCompiler\ITreeGenerator.cs (2)
1838
return
Merge
(other.OfType, (other.ExpressionKind == DbExpressionKind.IsOfOnly));
1843
return
Merge
(other.OfType, (other.ExpressionKind == DbExpressionKind.OfTypeOnly));