6 references to _scopes
System.Data.Entity (6)
System\Data\Common\EntitySql\StaticContext.cs (6)
445_scopes.Add(new Scope(_keyComparer)); 454_scopes.RemoveAt(CurrentScopeIndex); 465return _scopes.Count - 1; 476return _scopes[CurrentScopeIndex]; 491return _scopes[scopeIndex]; 514_scopes.RemoveRange(scopeIndex + 1, CurrentScopeIndex - scopeIndex);