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