1 write to _restoreActionConfig
dotnet (1)
NugetPackageDownloader\NuGetPackageDownloader.cs (1)
86
_restoreActionConfig
= restoreActionConfig ?? new RestoreActionConfig();
8 references to _restoreActionConfig
dotnet (8)
NugetPackageDownloader\NuGetPackageDownloader.cs (8)
116
NoCache =
_restoreActionConfig
.NoCache,
118
IgnoreFailedSources =
_restoreActionConfig
.IgnoreFailedSources,
122
!
_restoreActionConfig
.Interactive);
646
if (
_restoreActionConfig
.DisableParallel)
732
if (
_restoreActionConfig
.DisableParallel)
857
if (
_restoreActionConfig
.DisableParallel)
912
DefaultCredentialServiceUtility.SetupDefaultCredentialService(new NuGetConsoleLogger(), !
_restoreActionConfig
.Interactive);
924
catch (FatalProtocolException e) when (
_restoreActionConfig
.IgnoreFailedSources)