7 references to _varScopes
System.Data.Entity (7)
System\Data\Query\PlanCompiler\ITreeGenerator.cs (7)
836
_varScopes
.Push(new ExpressionBindingScope(_iqtCommand, bindingName, boundVar));
848
ExpressionBindingScope retScope =
_varScopes
.Pop() as ExpressionBindingScope;
866
ExpressionBindingScope retScope =
_varScopes
.Pop() as ExpressionBindingScope;
906
_varScopes
.Push(new LambdaScope(this, _iqtCommand, args));
918
LambdaScope retScope =
_varScopes
.Pop() as LambdaScope;
1010
foreach (CqtVariableScope scope in
_varScopes
)
2488
_varScopes
.Push(scope);