3 references to Replace
System.Data.Entity (3)
System\Data\Common\EntitySql\SemanticAnalyzer.cs (2)
4135sr.CurrentScope.Replace(projectionItems[0].Key, new SourceScopeEntry(source.Variable)); 4144sr.CurrentScope.Replace(projectionExpressionRef.VariableName,
System\Data\Common\EntitySql\SemanticResolver.cs (1)
1657updatedEntries.ForEach((updatedScopeEntry) => scope.Replace(updatedScopeEntry.Key, updatedScopeEntry.Value));