2 instantiations of SwixPackageGroup
Microsoft.DotNet.Build.Tasks.Workloads (2)
CreateVisualStudioWorkload.wix.cs (1)
178SwixPackageGroup packageGroup = new(manifestPackage);
CreateVisualStudioWorkloadSet.wix.cs (1)
58SwixPackageGroup packageGroup = new(workloadSetPackage);
11 references to SwixPackageGroup
Microsoft.DotNet.Build.Tasks.Workloads (11)
CreateVisualStudioWorkload.wix.cs (2)
139HashSet<SwixPackageGroup> swixPackageGroups = new(); 178SwixPackageGroup packageGroup = new(manifestPackage);
CreateVisualStudioWorkloadSet.wix.cs (3)
44HashSet<SwixPackageGroup> swixPackageGroups = new(); 58SwixPackageGroup packageGroup = new(workloadSetPackage); 98foreach (var swixPackageGroup in swixPackageGroups)
Swix\PackageGroupSwixProject.wix.cs (3)
18private SwixPackageGroup _swixPackageGroup; 30public PackageGroupSwixProject(SwixPackageGroup packageGroup, string baseIntermediateOutputPath, string baseOutputPath, bool outOfSupport = false) : 77public 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.