8 references to ContainingScope
System.Data.Linq (8)
SqlClient\Query\SqlResolver.cs (8)
43
for (Scope s = this.CurrentScope; s != null; s = s.
ContainingScope
) {
91
this.CurrentScope = new Scope(select.From, this.CurrentScope.
ContainingScope
);
105
this.CurrentScope = new Scope(select, this.CurrentScope.
ContainingScope
);
114
this.CurrentScope = new Scope(sin, this.CurrentScope.
ContainingScope
);
122
this.CurrentScope = new Scope(sup.Select, this.CurrentScope.
ContainingScope
);
130
this.CurrentScope = new Scope(sd, this.CurrentScope.
ContainingScope
);
142
Scope tmp = new Scope(join.Left, this.CurrentScope.
ContainingScope
);
153
this.CurrentScope = new Scope(null, new Scope(join.Right, new Scope(join.Left, this.CurrentScope.
ContainingScope
)));