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