7 references to Rewrite
System.Data.Entity (7)
System\Data\Objects\Internal\ObjectFullSpanRewriter.cs (1)
240columnDef = this.Rewrite(columnDef);
System\Data\Objects\Internal\ObjectSpanRewriter.cs (6)
125DbExpression retExpr = Rewrite(_toRewrite); 316DbExpression rewrittenInput = Rewrite(expression.Argument); 326DbExpression rewrittenInput = Rewrite(expression.Argument); 376DbExpression spannedColumn = this.Rewrite(columnExpr); 497DbExpression newProjection = this.Rewrite(project.Projection); 510DbExpression spannedProjection = this.Rewrite(projection);