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)
285internal Scope CurrentScope 1640Scope scope = _scopeManager.GetScopeByIndex(i);
System\Data\Common\EntitySql\StaticContext.cs (5)
37internal Scope Add(string key, ScopeEntry value) 430private readonly List<Scope> _scopes = new List<Scope>(); 472internal Scope CurrentScope 483internal Scope GetScopeByIndex(int scopeIndex)