7 references to Gather
System.Data.Linq (7)
SqlClient\Query\SqlBinder.cs (2)
1398
consumed.ExceptWith(SqlGatherProducedAliases.
Gather
(alias));
1434
produced = SqlGatherProducedAliases.
Gather
(location);
SqlClient\Query\SqlCrossApplyToCrossJoin.cs (1)
30
HashSet<SqlAlias> p = SqlGatherProducedAliases.
Gather
(join.Left);
SqlClient\Query\SqlLiftIndependentRowExpressions.cs (1)
95
expressionSink.LeftProduction = SqlGatherProducedAliases.
Gather
(join.Left);
SqlClient\Query\SqlOuterApplyReducer.cs (3)
34
HashSet<SqlAlias> leftProducedAliases = SqlGatherProducedAliases.
Gather
(join.Left);
81
HashSet<SqlAlias> leftProducedAliases = SqlGatherProducedAliases.
Gather
(join.Left);
172
HashSet<SqlAlias> p = SqlGatherProducedAliases.
Gather
(join.Left);