1 write to _updateEnabled
Microsoft.Build.Tasks.Core (1)
GenerateDeploymentManifest.cs (1)
116
set =>
_updateEnabled
= value;
3 references to _updateEnabled
Microsoft.Build.Tasks.Core (3)
GenerateDeploymentManifest.cs (3)
115
get => (bool)
_updateEnabled
;
206
if (
_updateEnabled
.HasValue)
208
manifest.UpdateEnabled = (bool)
_updateEnabled
;