1 write to _restoreActionConfig
dotnet (1)
NugetPackageDownloader\NuGetPackageDownloader.cs (1)
84
_restoreActionConfig
= restoreActionConfig ?? new RestoreActionConfig();
8 references to _restoreActionConfig
dotnet (8)
NugetPackageDownloader\NuGetPackageDownloader.cs (8)
114
NoCache =
_restoreActionConfig
.NoCache,
116
IgnoreFailedSources =
_restoreActionConfig
.IgnoreFailedSources,
120
!
_restoreActionConfig
.Interactive);
654
if (
_restoreActionConfig
.DisableParallel)
740
if (
_restoreActionConfig
.DisableParallel)
868
if (
_restoreActionConfig
.DisableParallel)
923
DefaultCredentialServiceUtility.SetupDefaultCredentialService(new NuGetConsoleLogger(), !
_restoreActionConfig
.Interactive);
935
catch (FatalProtocolException e) when (
_restoreActionConfig
.IgnoreFailedSources)