10 references to Add
System.Data.Entity (10)
System\Data\Common\EntitySql\SemanticAnalyzer.cs (9)
475functionInfo.Parameters.ForEach(p => sr.CurrentScope.Add(p.VariableName, new FreeVariableScopeEntry(p))); 3121sr.CurrentScope.Add(aliasedBinding.Variable.VariableName, sourceScopeEntry); 3559sr.CurrentScope.Add( 3570sr.CurrentScope.Add( 3655sr.CurrentScope.Add(kvp.Key, new ProjectionItemDefinitionScopeEntry(kvp.Value)); 3832sr.CurrentScope.Add( 3846sr.CurrentScope.Add( 3865sr.CurrentScope.Add( 4112projectionItems.ForEach(projectionItem => sr.CurrentScope.Add(projectionItem.Key, new ProjectionItemDefinitionScopeEntry(projectionItem.Value)));
System\Data\Common\EntitySql\SemanticResolver.cs (1)
166this.CurrentScope.Add(variable.VariableName, new FreeVariableScopeEntry(variable));