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