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