12 references to _scopeRegions
System.Data.Entity (12)
System\Data\Common\EntitySql\SemanticResolver.cs (12)
271
get { return
_scopeRegions
; }
279
get { return
_scopeRegions
[
_scopeRegions
.Count - 1]; }
850
ScopeRegion scopeRegion = new ScopeRegion(_scopeManager, CurrentScopeIndex,
_scopeRegions
.Count);
851
_scopeRegions
.Add(scopeRegion);
863
Debug.Assert(this.
_scopeRegions
.Count > 1, "_scopeRegionFlags.Count > 1");
878
this.
_scopeRegions
.Remove(CurrentScopeRegion);
911
for (int i = 0; i <
_scopeRegions
.Count; i++)
913
if (
_scopeRegions
[i].IsAggregating)
926
for (int i =
_scopeRegions
.Count - 1; i >= 0; --i)
928
if (
_scopeRegions
[i].ContainsScope(scopeIndex))
930
return
_scopeRegions
[i];