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