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