1 instantiation of Scope
System.Data.Linq (1)
SqlClient\Query\SqlLiftWhereClauses.cs (1)
40this.current = new Scope(select.Where, this.current);
8 references to Scope
System.Data.Linq (8)
SqlClient\Query\SqlLiftWhereClauses.cs (8)
19internal Scope Parent; 21internal Scope(SqlExpression where, Scope parent) { 27Scope current; 39Scope save = this.current; 65Scope save = this.current; 74Scope save = this.current; 100Scope save = this.current; 108Scope save = this.current;