3 references to GetScopeByIndex
System.Data.Entity (3)
System\Data\Common\EntitySql\SemanticResolver.cs (3)
565if (_scopeManager.GetScopeByIndex(i).TryLookup(key, out scopeEntry)) 1624foreach (KeyValuePair<string, ScopeEntry> scopeEntry in _scopeManager.GetScopeByIndex(i)) 1640Scope scope = _scopeManager.GetScopeByIndex(i);