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