1 write to _currentWorkingDirectory
dotnet (1)
NugetPackageDownloader\NuGetPackageDownloader.cs (1)
65
_currentWorkingDirectory
= currentWorkingDirectory;
2 references to _currentWorkingDirectory
dotnet (2)
NugetPackageDownloader\NuGetPackageDownloader.cs (2)
189
(_shouldUsePackageSourceMapping && !FirstPartyNuGetPackageSigningVerifier.NuGetVerify(new FilePath(nupkgPath), out commandOutput,
_currentWorkingDirectory
)))
375
string currentDirectory =
_currentWorkingDirectory
?? Directory.GetCurrentDirectory();