1 write to _dotnetPath
dotnet (1)
Commands\Workload\Config\WorkloadConfigCommand.cs (1)
41
_dotnetPath
= creationResult.DotnetPath;
1 reference to _dotnetPath
dotnet (1)
Commands\Workload\Config\WorkloadConfigCommand.cs (1)
83
if (shouldUseWorkloadSets ?? InstallingWorkloadCommand.ShouldUseWorkloadSetMode(_sdkFeatureBand,
_dotnetPath
))