1 write to _restoreActionConfig
dotnet (1)
NugetPackageDownloader\NuGetPackageDownloader.cs (1)
72
_restoreActionConfig
= restoreActionConfig ?? new RestoreActionConfig();
8 references to _restoreActionConfig
dotnet (8)
NugetPackageDownloader\NuGetPackageDownloader.cs (8)
81
NoCache =
_restoreActionConfig
.NoCache,
83
IgnoreFailedSources =
_restoreActionConfig
.IgnoreFailedSources,
87
!
_restoreActionConfig
.Interactive);
470
if (
_restoreActionConfig
.DisableParallel)
556
if (
_restoreActionConfig
.DisableParallel)
681
if (
_restoreActionConfig
.DisableParallel)
736
DefaultCredentialServiceUtility.SetupDefaultCredentialService(new NuGetConsoleLogger(), !
_restoreActionConfig
.Interactive);
748
catch (FatalProtocolException e) when (
_restoreActionConfig
.IgnoreFailedSources)