3 references to NormalizeAllSetSources
System.Data.Entity (3)
System\Data\Objects\ELinq\MethodCallTranslator.cs (3)
606var arguments = call.Arguments.Select(a => UnwrapNoOpConverts(a)).Select(b => NormalizeAllSetSources(parent, parent.TranslateExpression(b))).ToList(); 641DbExpression normalizedExpr = NormalizeAllSetSources(parent, bindingExpr.Variable); 657newExpr = NormalizeAllSetSources(parent, propertyExpr);