6 references to FirstScopeIndex
System.Data.Entity (6)
System\Data\Common\EntitySql\SemanticAnalyzer.cs (1)
4249Debug.Assert(sr.CurrentScopeIndex < sr.CurrentScopeRegion.FirstScopeIndex, "Current scope region is expected to have no scopes.");
System\Data\Common\EntitySql\SemanticResolver.cs (5)
1620Debug.Assert(FirstScopeIndex <= _scopeManager.CurrentScopeIndex, "FirstScopeIndex <= CurrentScopeIndex"); 1622for (int i = FirstScopeIndex; i <= _scopeManager.CurrentScopeIndex; ++i) 1636Debug.Assert(FirstScopeIndex <= _scopeManager.CurrentScopeIndex, "FirstScopeIndex <= CurrentScopeIndex"); 1638for (int i = FirstScopeIndex; i <= _scopeManager.CurrentScopeIndex; ++i) 1664_scopeManager.RollbackToScope(FirstScopeIndex - 1);