1 write to restoreActionConfig
dotnet (1)
Commands\Tool\Install\ToolInstallGlobalOrToolPathCommand.cs (1)
102restoreActionConfig = Definition.RestoreOptions.ToRestoreActionConfig(parseResult);
3 references to restoreActionConfig
dotnet (3)
Commands\Tool\Install\ToolInstallGlobalOrToolPathCommand.cs (3)
104nugetPackageDownloader ??= new NuGetPackageDownloader.NuGetPackageDownloader(tempDir, verboseLogger: new NullLogger(), restoreActionConfig: restoreActionConfig, verbosityOptions: _verbosity, verifySignatures: verifySignatures ?? true, shouldUsePackageSourceMapping: true, currentWorkingDirectory: _currentWorkingDirectory); 234restoreActionConfig: restoreActionConfig); 278restoreActionConfig: restoreActionConfig