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