14 references to DeepCopy
Microsoft.Build.Engine.OM.UnitTests (5)
Instance\ProjectInstance_Tests.cs (5)
224
ProjectInstance second = first.
DeepCopy
();
236
ProjectInstance second = first.
DeepCopy
();
329
ProjectInstance second = first.
DeepCopy
();
911
var instance = protoInstance.
DeepCopy
(/* inherit */);
958
var instance = protoInstance.
DeepCopy
(/* inherit */);
Microsoft.Build.Engine.UnitTests (9)
Instance\ProjectInstance_Internal_Tests.cs (9)
304
ProjectInstance second = first.
DeepCopy
();
469
ProjectInstance second = first.
DeepCopy
();
489
ProjectInstance second = first.
DeepCopy
();
502
ProjectInstance second = first.
DeepCopy
();
515
ProjectInstance second = first.
DeepCopy
();
527
ProjectInstance second = first.
DeepCopy
();
539
ProjectInstance second = first.
DeepCopy
();
553
ProjectInstance second = first.
DeepCopy
();
727
(f, xml, c) => new ProjectInstance(f, null, null, c).
DeepCopy
()