2 instantiations of SwixPackageGroup
Microsoft.DotNet.Build.Tasks.Workloads (2)
CreateVisualStudioWorkload.wix.cs (1)
178
SwixPackageGroup packageGroup =
new
(manifestPackage);
CreateVisualStudioWorkloadSet.wix.cs (1)
58
SwixPackageGroup packageGroup =
new
(workloadSetPackage);
11 references to SwixPackageGroup
Microsoft.DotNet.Build.Tasks.Workloads (11)
CreateVisualStudioWorkload.wix.cs (2)
139
HashSet<
SwixPackageGroup
> swixPackageGroups = new();
178
SwixPackageGroup
packageGroup = new(manifestPackage);
CreateVisualStudioWorkloadSet.wix.cs (3)
44
HashSet<
SwixPackageGroup
> swixPackageGroups = new();
58
SwixPackageGroup
packageGroup = new(workloadSetPackage);
98
foreach (
var
swixPackageGroup in swixPackageGroups)
Swix\PackageGroupSwixProject.wix.cs (3)
18
private
SwixPackageGroup
_swixPackageGroup;
30
public PackageGroupSwixProject(
SwixPackageGroup
packageGroup, string baseIntermediateOutputPath, string baseOutputPath, bool outOfSupport = false) :
77
public static ITaskItem CreateProjectItem(
SwixPackageGroup
swixPackageGroup, string baseIntermediateOutputPath, string baseOutputPath,
Swix\SwixPackageGroup.wix.cs (3)
26
/// Creates a new <see cref="
SwixPackageGroup
"/> for a workload manifest package.
34
/// Creates a new <see cref="
SwixPackageGroup
"/> for a workload set package.
42
/// Creates a new <see cref="
SwixPackageGroup
"/> and adds the specified package as a dependency.