10 references to Add
System.Data.Entity (10)
System\Data\Common\EntitySql\SemanticAnalyzer.cs (9)
475
functionInfo.Parameters.ForEach(p => sr.CurrentScope.
Add
(p.VariableName, new FreeVariableScopeEntry(p)));
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
(
3865
sr.CurrentScope.
Add
(
4112
projectionItems.ForEach(projectionItem => sr.CurrentScope.
Add
(projectionItem.Key, new ProjectionItemDefinitionScopeEntry(projectionItem.Value)));
System\Data\Common\EntitySql\SemanticResolver.cs (1)
166
this.CurrentScope.
Add
(variable.VariableName, new FreeVariableScopeEntry(variable));