2 types derived from CqtVariableScope
System.Data.Entity (2)
System\Data\Query\PlanCompiler\ITreeGenerator.cs (2)
60
private class ExpressionBindingScope :
CqtVariableScope
93
private sealed class LambdaScope :
CqtVariableScope
4 references to CqtVariableScope
System.Data.Entity (4)
System\Data\Query\PlanCompiler\ITreeGenerator.cs (4)
197
private readonly Stack<
CqtVariableScope
> _varScopes = new Stack<
CqtVariableScope
>();
1004
private
CqtVariableScope
ResolveScope(DbVariableReferenceExpression e)
1010
foreach (
CqtVariableScope
scope in _varScopes)