1 instantiation of Scope
System.Data.Entity (1)
System\Data\Common\EntitySql\StaticContext.cs (1)
445
_scopes.Add(new
Scope
(_keyComparer));
7 references to Scope
System.Data.Entity (7)
System\Data\Common\EntitySql\SemanticResolver.cs (2)
285
internal
Scope
CurrentScope
1640
Scope
scope = _scopeManager.GetScopeByIndex(i);
System\Data\Common\EntitySql\StaticContext.cs (5)
37
internal
Scope
Add(string key, ScopeEntry value)
430
private readonly List<
Scope
> _scopes = new List<
Scope
>();
472
internal
Scope
CurrentScope
483
internal
Scope
GetScopeByIndex(int scopeIndex)