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