5 references to CurrentScopeIndex
System.Data.Entity (5)
System\Data\Common\EntitySql\SemanticAnalyzer.cs (3)
3546int groupInputScope = sr.CurrentScopeIndex; 4110int savedScope = sr.CurrentScopeIndex; 4249Debug.Assert(sr.CurrentScopeIndex < sr.CurrentScopeRegion.FirstScopeIndex, "Current scope region is expected to have no scopes.");
System\Data\Common\EntitySql\SemanticResolver.cs (2)
563for (int i = CurrentScopeIndex; i >= 0; i--) 850ScopeRegion scopeRegion = new ScopeRegion(_scopeManager, CurrentScopeIndex, _scopeRegions.Count);