4 references to GatherUnionExpressions
System.Data.Linq (4)
SqlClient\Query\SqlExpander.cs (4)
88this.GatherUnionExpressions(union, exprs); 97this.GatherUnionExpressions(union.Left, exprs); 98this.GatherUnionExpressions(union.Right, exprs); 105this.GatherUnionExpressions(aref.Alias.Node, exprs);