8 references to DeepCopy
Microsoft.Build (1)
Instance\ProjectInstance.cs (1)
2050
return
DeepCopy
(_isImmutable);
Microsoft.Build.Engine.OM.UnitTests (4)
Instance\ProjectInstance_Tests.cs (4)
870
var instance = protoInstance.
DeepCopy
(false /* mutable */);
889
var instance = protoInstance.
DeepCopy
(true /* immutable */);
936
var instance = protoInstance.
DeepCopy
(true /* immutable */);
975
var instance = protoInstance.
DeepCopy
(false /* mutable */);
Microsoft.Build.Engine.UnitTests (3)
BackEnd\BuildManager_Tests.cs (3)
3707
var mainInstance = mainProject.CreateProjectInstance(ProjectInstanceSettings.Immutable).
DeepCopy
(isImmutable: false);
3734
var p2pInstance = p2pProject.CreateProjectInstance(ProjectInstanceSettings.Immutable).
DeepCopy
(isImmutable: false);
3859
ProjectInstance instance = project.CreateProjectInstance(ProjectInstanceSettings.Immutable).
DeepCopy
(false);