9 references to NormalizeSetSource
System.Data.Entity (9)
System\Data\Objects\ELinq\ExpressionConverter.cs (5)
754DbExpression setSource = NormalizeSetSource(source); 780input = NormalizeSetSource(input); 792input = NormalizeSetSource(input); 804input = NormalizeSetSource(input); 901return NormalizeSetSource(TranslateExpression(linq));
System\Data\Objects\ELinq\MethodCallTranslator.cs (4)
684return parent.NormalizeSetSource(newExpr); 688return parent.NormalizeSetSource(argumentExpr); 2243DbExpression source = parent.NormalizeSetSource(parent.TranslateExpression(sourceExpression)); 2706lambda = parent.NormalizeSetSource(lambda);