1 write to _scopeManager
System.Data.Entity (1)
System\Data\Common\EntitySql\SemanticResolver.cs (1)
1517_scopeManager = scopeManager;
7 references to _scopeManager
System.Data.Entity (7)
System\Data\Common\EntitySql\SemanticResolver.cs (7)
1620Debug.Assert(FirstScopeIndex <= _scopeManager.CurrentScopeIndex, "FirstScopeIndex <= CurrentScopeIndex"); 1622for (int i = FirstScopeIndex; i <= _scopeManager.CurrentScopeIndex; ++i) 1624foreach (KeyValuePair<string, ScopeEntry> scopeEntry in _scopeManager.GetScopeByIndex(i)) 1636Debug.Assert(FirstScopeIndex <= _scopeManager.CurrentScopeIndex, "FirstScopeIndex <= CurrentScopeIndex"); 1638for (int i = FirstScopeIndex; i <= _scopeManager.CurrentScopeIndex; ++i) 1640Scope scope = _scopeManager.GetScopeByIndex(i); 1664_scopeManager.RollbackToScope(FirstScopeIndex - 1);