7 references to CanSkipOnSelection
System.Data.Linq (7)
SqlClient\Query\QueryConverter.cs (7)
983return CanSkipOnSelection(select.Selection); 992left = CanSkipOnSelection(selectLeft.Selection); 997right = CanSkipOnSelection(selectRight.Selection); 1003return CanSkipOnSelection(expr); 1009if (!CanSkipOnSelection(ma.Expression)) 1014if (!CanSkipOnSelection(sn.Args[i])) { 1096if (!CanSkipOnSelection(select.Selection)) {