6 references to Copy
System.Data.Entity (6)
System\Data\Query\InternalTrees\OpCopier.cs (6)
65
return oc.
Copy
(sortKeys);
773
List<SortKey> newSortKeys =
Copy
(op.Keys);
794
List<SortKey> newSortKeys =
Copy
(op.Keys);
1120
List<SortKey> newSortKeys =
Copy
(ci.SortKeys);
1128
List<SortKey> newPrefixSortKeys =
Copy
(op.PrefixSortKeys);
1133
List<SortKey> newPostfixSortKeys =
Copy
(ssnOp.PostfixSortKeys);