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