1 write to Parent
System.Data.Linq (1)
SqlClient\Query\SqlLiftWhereClauses.cs (1)
23this.Parent = parent;
3 references to Parent
System.Data.Linq (3)
SqlClient\Query\SqlLiftWhereClauses.cs (3)
53if (this.current.Parent != null && !stopHoisting) { 54this.current.Parent.Where = sql.AndAccumulate(this.current.Parent.Where, this.current.Where);