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)
1620
Debug.Assert(FirstScopeIndex <=
_scopeManager
.CurrentScopeIndex, "FirstScopeIndex <= CurrentScopeIndex");
1622
for (int i = FirstScopeIndex; i <=
_scopeManager
.CurrentScopeIndex; ++i)
1624
foreach (KeyValuePair<string, ScopeEntry> scopeEntry in
_scopeManager
.GetScopeByIndex(i))
1636
Debug.Assert(FirstScopeIndex <=
_scopeManager
.CurrentScopeIndex, "FirstScopeIndex <= CurrentScopeIndex");
1638
for (int i = FirstScopeIndex; i <=
_scopeManager
.CurrentScopeIndex; ++i)
1640
Scope scope =
_scopeManager
.GetScopeByIndex(i);
1664
_scopeManager
.RollbackToScope(FirstScopeIndex - 1);