15 references to CurrentScope
System.Data.Entity (15)
System\Data\Common\EntitySql\SemanticAnalyzer.cs (14)
475
functionInfo.Parameters.ForEach(p => sr.
CurrentScope
.Add(p.VariableName, new FreeVariableScopeEntry(p)));
3100
if (sr.
CurrentScope
.Contains(aliasName))
3121
sr.
CurrentScope
.Add(aliasedBinding.Variable.VariableName, sourceScopeEntry);
3559
sr.
CurrentScope
.Add(
3570
sr.
CurrentScope
.Add(
3655
sr.
CurrentScope
.Add(kvp.Key, new ProjectionItemDefinitionScopeEntry(kvp.Value));
3832
sr.
CurrentScope
.Add(
3846
sr.
CurrentScope
.Add(
3860
!sr.
CurrentScope
.Contains(aggVarRef.VariableName) ||
3863
if (!sr.
CurrentScope
.Contains(aggVarRef.VariableName))
3865
sr.
CurrentScope
.Add(
4112
projectionItems.ForEach(projectionItem => sr.
CurrentScope
.Add(projectionItem.Key, new ProjectionItemDefinitionScopeEntry(projectionItem.Value)));
4135
sr.
CurrentScope
.Replace(projectionItems[0].Key, new SourceScopeEntry(source.Variable));
4144
sr.
CurrentScope
.Replace(projectionExpressionRef.VariableName,
System\Data\Common\EntitySql\SemanticResolver.cs (1)
166
this.
CurrentScope
.Add(variable.VariableName, new FreeVariableScopeEntry(variable));