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)
114NoCache = _restoreActionConfig.NoCache, 116IgnoreFailedSources = _restoreActionConfig.IgnoreFailedSources, 120!_restoreActionConfig.Interactive); 654if (_restoreActionConfig.DisableParallel) 740if (_restoreActionConfig.DisableParallel) 868if (_restoreActionConfig.DisableParallel) 923DefaultCredentialServiceUtility.SetupDefaultCredentialService(new NuGetConsoleLogger(), !_restoreActionConfig.Interactive); 935catch (FatalProtocolException e) when (_restoreActionConfig.IgnoreFailedSources)