6 references to DeepClone
Microsoft.Build (6)
Instance\ProjectInstance.cs (6)
715
_properties.Set(property.
DeepClone
(_isImmutable));
729
_globalProperties.Set(globalProperty.
DeepClone
(_isImmutable));
737
_environmentVariableProperties.Set(environmentProperty.
DeepClone
(_isImmutable));
785
_properties.Set(regularProperty.
DeepClone
(isImmutable: true));
791
_globalProperties.Set(globalProperty.
DeepClone
(isImmutable: true));
797
_environmentVariableProperties.Set(environmentProperty.
DeepClone
(isImmutable: true));