1 instantiation of ScopeRegion
System.Data.Entity (1)
System\Data\Common\EntitySql\SemanticResolver.cs (1)
850
ScopeRegion scopeRegion = new
ScopeRegion
(_scopeManager, CurrentScopeIndex, _scopeRegions.Count);
19 references to ScopeRegion
System.Data.Entity (19)
System\Data\Common\EntitySql\SemanticAnalyzer.cs (1)
1113
ScopeRegion
savedInnermostReferencedScopeRegion = sr.CurrentGroupAggregateInfo != null ? sr.CurrentGroupAggregateInfo.InnermostReferencedScopeRegion : null;
System\Data\Common\EntitySql\SemanticResolver.cs (18)
104
private readonly List<
ScopeRegion
> _scopeRegions = new List<
ScopeRegion
>();
269
internal IEnumerable<
ScopeRegion
> ScopeRegions
277
internal
ScopeRegion
CurrentScopeRegion
393
ScopeRegion
definingScopeRegionOfScopeEntry = GetDefiningScopeRegion(scopeIndex);
850
ScopeRegion
scopeRegion = new ScopeRegion(_scopeManager, CurrentScopeIndex, _scopeRegions.Count);
921
internal
ScopeRegion
GetDefiningScopeRegion(int scopeIndex)
1120
ScopeRegion
definingScopeRegion)
1160
ScopeRegion
referencedScopeRegion = sr.GetDefiningScopeRegion(referencedScopeIndex);
1175
internal
ScopeRegion
InnermostReferencedScopeRegion
1184
private
ScopeRegion
_innermostReferencedScopeRegion;
1215
foreach (
ScopeRegion
innerSR in sr.ScopeRegions.Skip(scopeRegionIndex))
1422
internal readonly
ScopeRegion
DefiningScopeRegion;
1427
internal
ScopeRegion
EvaluatingScopeRegion
1438
private
ScopeRegion
_evaluatingScopeRegion;
1456
internal FunctionAggregateInfo(AST.MethodExpr methodExpr, ErrorContext errCtx, GroupAggregateInfo containingAggregate,
ScopeRegion
definingScopeRegion)
1474
internal GroupPartitionInfo(AST.GroupPartitionExpr groupPartitionExpr, ErrorContext errCtx, GroupAggregateInfo containingAggregate,
ScopeRegion
definingScopeRegion)
1492
internal GroupKeyAggregateInfo(GroupAggregateKind aggregateKind, ErrorContext errCtx, GroupAggregateInfo containingAggregate,
ScopeRegion
definingScopeRegion)