4 writes to IsNestedJoin
System.Data.Entity (4)
System\Data\SqlClient\SqlGen\SqlGenerator.cs (4)
2519newJoinSymbol.IsNestedJoin = true; 3156newJoinSymbol.IsNestedJoin = true; 3177newJoinSymbol.IsNestedJoin = true; 3771newJoinSymbol.IsNestedJoin = true;
2 references to IsNestedJoin
System.Data.Entity (2)
System\Data\SqlClient\SqlGen\SqlGenerator.cs (2)
2322if (joinSymbol.IsNestedJoin) 3397if (!joinSymbol.IsNestedJoin)