1 instantiation of ScopeManager
System.Data.Entity (1)
System\Data\Common\EntitySql\SemanticResolver.cs (1)
154
_scopeManager = new
ScopeManager
(this.NameComparer);
3 references to ScopeManager
System.Data.Entity (3)
System\Data\Common\EntitySql\SemanticResolver.cs (3)
103
private readonly
ScopeManager
_scopeManager;
1513
private readonly
ScopeManager
_scopeManager;
1515
internal ScopeRegion(
ScopeManager
scopeManager, int firstScopeIndex, int scopeRegionIndex)