5 references to CreateUuid
Microsoft.DotNet.Build.Tasks.Workloads (5)
Msi\WorkloadManifestMsi.wix.cs (2)
135Guid upgradeCode = IsSxS ? Utils.CreateUuid(UpgradeCodeNamespaceUuid, $"{Package.Identity};{Platform}") : 136Utils.CreateUuid(UpgradeCodeNamespaceUuid, $"{Package.ManifestId};{Package.SdkFeatureBand};{Platform}");
Msi\WorkloadPackGroupMsi.wix.cs (1)
127Guid upgradeCode = Utils.CreateUuid(UpgradeCodeNamespaceUuid, $"{Metadata.Id};{Platform}");
Msi\WorkloadPackMsi.wix.cs (1)
62Guid upgradeCode = Utils.CreateUuid(UpgradeCodeNamespaceUuid, $"{_package.Identity};{Platform}");
Msi\WorkloadSetMsi.wix.cs (1)
58Guid upgradeCode = Utils.CreateUuid(UpgradeCodeNamespaceUuid, $"{_package.Identity};{Platform}");