1 write to _restoreActionConfig
dotnet (1)
NugetPackageDownloader\NuGetPackageDownloader.cs (1)
74
_restoreActionConfig
= restoreActionConfig ?? new RestoreActionConfig();
8 references to _restoreActionConfig
dotnet (8)
NugetPackageDownloader\NuGetPackageDownloader.cs (8)
83
NoCache =
_restoreActionConfig
.NoCache,
85
IgnoreFailedSources =
_restoreActionConfig
.IgnoreFailedSources,
89
!
_restoreActionConfig
.Interactive);
484
if (
_restoreActionConfig
.DisableParallel)
570
if (
_restoreActionConfig
.DisableParallel)
695
if (
_restoreActionConfig
.DisableParallel)
750
DefaultCredentialServiceUtility.SetupDefaultCredentialService(new NuGetConsoleLogger(), !
_restoreActionConfig
.Interactive);
762
catch (FatalProtocolException e) when (
_restoreActionConfig
.IgnoreFailedSources)