1 instantiation of SwixComponent
Microsoft.DotNet.Build.Tasks.Workloads (1)
Swix\SwixComponent.cs (1)
170
SwixComponent component =
new
(sdkFeatureBand, Utils.ToSafeId(workload.Id, componentSuffix),
11 references to SwixComponent
Microsoft.DotNet.Build.Tasks.Workloads (11)
CreateVisualStudioWorkload.wix.cs (5)
138
HashSet<
SwixComponent
> swixComponents = new();
311
SwixComponent
component =
SwixComponent
.Create(manifestPackage.SdkFeatureBand, workload, manifest, packGroupId,
314
SwixComponent
previewComponent =
SwixComponent
.Create(manifestPackage.SdkFeatureBand, workload, manifest, packGroupId,
Swix\ComponentSwixProject.cs (2)
14
private
SwixComponent
_component;
27
public ComponentSwixProject(
SwixComponent
component, string baseIntermediateOutputPath, string baseOutputPath, bool outOfSupport = false) :
Swix\SwixComponent.cs (4)
138
SwixComponent
? c = obj as
SwixComponent
;
154
public static
SwixComponent
Create(ReleaseVersion sdkFeatureBand, WorkloadDefinition workload, WorkloadManifest manifest,
170
SwixComponent
component = new(sdkFeatureBand, Utils.ToSafeId(workload.Id, componentSuffix),