1 instantiation of SwixComponent
Microsoft.DotNet.Build.Tasks.Workloads (1)
Swix\SwixComponent.cs (1)
170SwixComponent component = new(sdkFeatureBand, Utils.ToSafeId(workload.Id, componentSuffix),
6 references to SwixComponent
Microsoft.DotNet.Build.Tasks.Workloads (6)
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),