1 write to _updateEnabled
Microsoft.Build.Tasks.Core (1)
GenerateDeploymentManifest.cs (1)
113
set =>
_updateEnabled
= value;
3 references to _updateEnabled
Microsoft.Build.Tasks.Core (3)
GenerateDeploymentManifest.cs (3)
112
get => (bool)
_updateEnabled
;
203
if (
_updateEnabled
.HasValue)
205
manifest.UpdateEnabled = (bool)
_updateEnabled
;