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