11 writes to current
System.Data.Linq (11)
SqlClient\Query\SqlLiftWhereClauses.cs (11)
40this.current = new Scope(select.Where, this.current); 60this.current = save; 66this.current = null; 68this.current = save; 84this.current = null; 90this.current = null; 95this.current = save; 101this.current = null; 103this.current = save; 109this.current = null; 111this.current = save;
13 references to current
System.Data.Linq (13)
SqlClient\Query\SqlLiftWhereClauses.cs (13)
39Scope save = this.current; 40this.current = new Scope(select.Where, this.current); 52if (this.current != null) { 53if (this.current.Parent != null && !stopHoisting) { 54this.current.Parent.Where = sql.AndAccumulate(this.current.Parent.Where, this.current.Where); 55this.current.Where = null; 57select.Where = this.current.Where; 65Scope save = this.current; 74Scope save = this.current; 100Scope save = this.current; 108Scope save = this.current;