3 writes to SourcePath
Microsoft.DotNet.Build.Tasks.Workloads (3)
Swix\ComponentSwixProject.cs (1)
19
SourcePath
= Path.Combine(SourcePath, $"{component.SdkFeatureBand}", $"{Path.GetRandomFileName()}");
Swix\SwixProjectBase.cs (1)
59
SourcePath
= Path.Combine(SourcePath, "swix");
WorkloadTemplateBase.cs (1)
78
SourcePath
= Path.Combine(OutputPath, "src");
3 references to SourcePath
Microsoft.DotNet.Build.Tasks.Workloads (3)
Swix\ComponentSwixProject.cs (1)
19
SourcePath = Path.Combine(
SourcePath
, $"{component.SdkFeatureBand}", $"{Path.GetRandomFileName()}");
Swix\SwixProjectBase.cs (1)
59
SourcePath = Path.Combine(
SourcePath
, "swix");
WorkloadTemplateBase.cs (1)
115
string templatePath = EmbeddedTemplates.Extract(templateFilename,
SourcePath
, destinationFilename);