2 types derived from IqtVarScope
System.Data.Entity (2)
System\Data\Query\PlanCompiler\CTreeGenerator.cs (2)
170private abstract class BindingScope : IqtVarScope 288private class VarDefScope : IqtVarScope
3 references to IqtVarScope
System.Data.Entity (3)
System\Data\Query\PlanCompiler\CTreeGenerator.cs (3)
324private Stack<IqtVarScope> _bindingScopes = new Stack<IqtVarScope>(); 623foreach (IqtVarScope scope in _bindingScopes)