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