9 instantiations of MsiSwixProject
Microsoft.DotNet.Build.Tasks.Workloads (7)
CreateVisualStudioWorkload.wix.cs (6)
362new(msiOutputItem, BaseIntermediateOutputPath, BaseOutputPath, sdkFeatureBand, chip: null, machineArch: msiOutputItem.GetMetadata(Metadata.Platform), outOfSupport: IsOutOfSupportInVisualStudio) : 363new(msiOutputItem, BaseIntermediateOutputPath, BaseOutputPath, sdkFeatureBand, chip: msiOutputItem.GetMetadata(Metadata.Platform), outOfSupport: IsOutOfSupportInVisualStudio); 411new(msiOutputItem, BaseIntermediateOutputPath, BaseOutputPath, manifestPackage.SdkFeatureBand, chip: null, machineArch: msiOutputItem.GetMetadata(Metadata.Platform), outOfSupport: IsOutOfSupportInVisualStudio) : 412new(msiOutputItem, BaseIntermediateOutputPath, BaseOutputPath, manifestPackage.SdkFeatureBand, chip: msiOutputItem.GetMetadata(Metadata.Platform), outOfSupport: IsOutOfSupportInVisualStudio); 442new(msiOutputItem, BaseIntermediateOutputPath, BaseOutputPath, msi.Package.SdkFeatureBand, chip: null, machineArch: msiOutputItem.GetMetadata(Metadata.Platform)) : 443new(msiOutputItem, BaseIntermediateOutputPath, BaseOutputPath, msi.Package.SdkFeatureBand, chip: msiOutputItem.GetMetadata(Metadata.Platform));
CreateVisualStudioWorkloadSet.wix.cs (1)
83MsiSwixProject swixProject = new(msiOutputItem, BaseIntermediateOutputPath, BaseOutputPath, workloadSetPackage.SdkFeatureBand, chip: null, machineArch: msiOutputItem.GetMetadata(Metadata.Platform));
Microsoft.DotNet.Build.Tasks.Workloads.Tests (2)
SwixPackageTests.cs (2)
30MsiSwixProject swixProject = new(msiItem, BaseIntermediateOutputPath, BaseOutputPath, 57MsiSwixProject swixProject = new(msiItem, BaseIntermediateOutputPath, BaseOutputPath,
6 references to MsiSwixProject
Microsoft.DotNet.Build.Tasks.Workloads (4)
CreateVisualStudioWorkload.wix.cs (3)
361MsiSwixProject swixProject = _supportsMachineArch[sdkFeatureBand] ? 410MsiSwixProject swixProject = _supportsMachineArch[manifestPackage.SdkFeatureBand] ? 441MsiSwixProject swixProject = _supportsMachineArch[msi.Package.SdkFeatureBand] ?
CreateVisualStudioWorkloadSet.wix.cs (1)
83MsiSwixProject swixProject = new(msiOutputItem, BaseIntermediateOutputPath, BaseOutputPath, workloadSetPackage.SdkFeatureBand, chip: null, machineArch: msiOutputItem.GetMetadata(Metadata.Platform));
Microsoft.DotNet.Build.Tasks.Workloads.Tests (2)
SwixPackageTests.cs (2)
30MsiSwixProject swixProject = new(msiItem, BaseIntermediateOutputPath, BaseOutputPath, 57MsiSwixProject swixProject = new(msiItem, BaseIntermediateOutputPath, BaseOutputPath,