3 references to IsSimpleCrossJoinList
System.Data.Linq (3)
SqlClient\Query\SqlFormatter.cs (3)
766
if (this.
IsSimpleCrossJoinList
(ss.From)) {
850
this.
IsSimpleCrossJoinList
(join.Left) &&
851
this.
IsSimpleCrossJoinList
(join.Right);