4 references to variableScopes
System.Data.Entity (4)
System\Data\Common\CommandTrees\Internal\Validator.cs (4)
52
Debug.Assert(this.
variableScopes
.Count == 0, "Variable scope stack left in inconsistent state");
79
this.
variableScopes
.Push(newScope);
84
this.
variableScopes
.Pop();
94
foreach(Dictionary<string, TypeUsage> scope in this.
variableScopes
)