2 overrides of Replace
System.Data.Entity (2)
System\Data\Mapping\ViewGeneration\QueryRewriting\Tile.cs (2)
205
internal override Tile<T_Query>
Replace
(Tile<T_Query> oldTile, Tile<T_Query> newTile)
243
internal override Tile<T_Query>
Replace
(Tile<T_Query> oldTile, Tile<T_Query> newTile)
3 references to Replace
System.Data.Entity (3)
System\Data\Mapping\ViewGeneration\QueryRewriting\QueryRewriter.cs (1)
1103
rewriting = rewriting.
Replace
(TrueViewSurrogate, unionTile);
System\Data\Mapping\ViewGeneration\QueryRewriting\Tile.cs (2)
245
Tile<T_Query> newArg1 = Arg1.
Replace
(oldTile, newTile);
246
Tile<T_Query> newArg2 = Arg2.
Replace
(oldTile, newTile);