2 references to IsConstraintPresentForTurningIntoInnerJoin
System.Data.Entity (2)
System\Data\Query\PlanCompiler\JoinGraph.cs (2)
1137if (useCompatMode ? (augmentedJoinNode.Children.All(c => c is AugmentedTableNode) && augmentedJoinNode.JoinEdges.All(joinEdge => IsConstraintPresentForTurningIntoInnerJoin(joinEdge))) 1247return AreAllTableRowsPreserved(rightNode, joinEdge.Right) && IsConstraintPresentForTurningIntoInnerJoin(joinEdge);