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