1 write to _restoreActionConfig
dotnet-aot (1)
parent\dotnet\NugetPackageDownloader\NuGetPackageDownloader.cs (1)
84
_restoreActionConfig
= restoreActionConfig ?? new RestoreActionConfig();
8 references to _restoreActionConfig
dotnet-aot (8)
parent\dotnet\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)