6 references to Clone
System.Data.Entity (6)
System\Data\Query\PlanCompiler\PropertyPushdownHelper.cs (6)
285childProps = myProps.Clone(); 319PropertyRefList cdProps = pdProps.Clone(); 322AddPropertyRefs(n.Children[n.Children.Count - 1], pdProps.Clone()); 511PropertyRefList childProps = pdProps.Clone(); 711AddPropertyRefs(inputVar, columnProps.Clone()); 750myProps = myProps.Clone();