4 references to CoerceToSequence
System.Data.Linq (4)
SqlClient\Query\QueryConverter.cs (4)
275
return this.
CoerceToSequence
(this.Visit(exp));
286
return this.
CoerceToSequence
(this.TranslateConstantTable(t, null));
1636
SqlSelect select = this.
CoerceToSequence
(source);
1795
return this.VisitQuantifier(this.
CoerceToSequence
(seqNode), lambda, true);