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