1 write to _currentWorkingDirectory
dotnet (1)
Commands\Tool\Install\ToolInstallGlobalOrToolPathCommand.cs (1)
70
_currentWorkingDirectory
= currentWorkingDirectory;
4 references to _currentWorkingDirectory
dotnet (4)
Commands\Tool\Install\ToolInstallGlobalOrToolPathCommand.cs (4)
100
var packageSourceLocation = new PackageSourceLocation(string.IsNullOrEmpty(configOption) ? null : new FilePath(configOption), sourceFeedOverrides: _source, additionalSourceFeeds: _addSource, basePath:
_currentWorkingDirectory
);
104
nugetPackageDownloader ??= new NuGetPackageDownloader.NuGetPackageDownloader(tempDir, verboseLogger: new NullLogger(), restoreActionConfig: restoreActionConfig, verbosityOptions: _verbosity, verifySignatures: verifySignatures ?? true, shouldUsePackageSourceMapping: true, currentWorkingDirectory:
_currentWorkingDirectory
);
113
basePath:
_currentWorkingDirectory
);
190
IToolPackageUninstaller toolPackageUninstaller) = _createToolPackageStoreDownloaderUninstaller(toolPath, _forwardRestoreArguments,
_currentWorkingDirectory
);