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