2 writes to _updateUnit
Microsoft.Build.Tasks.Core (2)
ManifestUtil\DeployManifest.cs (2)
548set => _updateUnit = value.ToString(); 779set => _updateUnit = value;
2 references to _updateUnit
Microsoft.Build.Tasks.Core (2)
ManifestUtil\DeployManifest.cs (2)
544try { return (UpdateUnit)Enum.Parse(typeof(UpdateUnit), _updateUnit, true); } 778get => _updateUnit?.ToLower(CultureInfo.InvariantCulture);