14 references to DeepCopy
Microsoft.Build.Engine.OM.UnitTests (5)
Instance\ProjectInstance_Tests.cs (5)
222
ProjectInstance second = first.
DeepCopy
();
234
ProjectInstance second = first.
DeepCopy
();
327
ProjectInstance second = first.
DeepCopy
();
909
var instance = protoInstance.
DeepCopy
(/* inherit */);
956
var instance = protoInstance.
DeepCopy
(/* inherit */);
Microsoft.Build.Engine.UnitTests (9)
Instance\ProjectInstance_Internal_Tests.cs (9)
302
ProjectInstance second = first.
DeepCopy
();
467
ProjectInstance second = first.
DeepCopy
();
487
ProjectInstance second = first.
DeepCopy
();
500
ProjectInstance second = first.
DeepCopy
();
513
ProjectInstance second = first.
DeepCopy
();
525
ProjectInstance second = first.
DeepCopy
();
537
ProjectInstance second = first.
DeepCopy
();
551
ProjectInstance second = first.
DeepCopy
();
725
(f, xml, c) => new ProjectInstance(f, null, null, c).
DeepCopy
()