14 references to DeepCopy
Microsoft.Build.Engine.OM.UnitTests (5)
Instance\ProjectInstance_Tests.cs (5)
223
ProjectInstance second = first.
DeepCopy
();
235
ProjectInstance second = first.
DeepCopy
();
328
ProjectInstance second = first.
DeepCopy
();
910
var instance = protoInstance.
DeepCopy
(/* inherit */);
957
var instance = protoInstance.
DeepCopy
(/* inherit */);
Microsoft.Build.Engine.UnitTests (9)
Instance\ProjectInstance_Internal_Tests.cs (9)
303
ProjectInstance second = first.
DeepCopy
();
468
ProjectInstance second = first.
DeepCopy
();
488
ProjectInstance second = first.
DeepCopy
();
501
ProjectInstance second = first.
DeepCopy
();
514
ProjectInstance second = first.
DeepCopy
();
526
ProjectInstance second = first.
DeepCopy
();
538
ProjectInstance second = first.
DeepCopy
();
552
ProjectInstance second = first.
DeepCopy
();
726
(f, xml, c) => new ProjectInstance(f, null, null, c).
DeepCopy
()