2 references to _tempDir
dotnet (2)
ShellShim\ShellShimTemplateFinder.cs (2)
56
_ = await _nugetPackageDownloader.ExtractPackageAsync(packagePath,
_tempDir
);
58
return Path.Combine(
_tempDir
.Value, "runtimes", rid, "native");