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