1 write to _currentWorkingDirectory
dotnet-aot (1)
parent\dotnet\NugetPackageDownloader\NuGetPackageDownloader.cs (1)
77_currentWorkingDirectory = currentWorkingDirectory;
2 references to _currentWorkingDirectory
dotnet-aot (2)
parent\dotnet\NugetPackageDownloader\NuGetPackageDownloader.cs (2)
282(_shouldUsePackageSourceMapping && !FirstPartyNuGetPackageSigningVerifier.NuGetVerify(new FilePath(nupkgPath), out commandOutput, _currentWorkingDirectory))) 498string currentDirectory = _currentWorkingDirectory ?? Directory.GetCurrentDirectory();