1 write to _currentWorkingDirectory
dotnet (1)
ToolPackage\ToolPackageDownloaderBase.cs (1)
54_currentWorkingDirectory = currentWorkingDirectory;
3 references to _currentWorkingDirectory
dotnet (3)
ToolPackage\ToolPackageDownloader.cs (1)
51currentWorkingDirectory: _currentWorkingDirectory);
ToolPackage\ToolPackageDownloaderBase.cs (2)
113var packageSourceLocation = new PackageSourceLocation(packageLocation.NugetConfig, packageLocation.RootConfigDirectory, packageLocation.SourceFeedOverrides, packageLocation.AdditionalFeeds, _currentWorkingDirectory); 420basePath: _currentWorkingDirectory);