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