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