5 writes to IgnoreFailedSources
dotnet (1)
NugetPackageDownloader\NuGetPackageDownloader.cs (1)
118IgnoreFailedSources = _restoreActionConfig.IgnoreFailedSources,
Microsoft.Build.NuGetSdkResolver (1)
RestoreRunnerEx.cs (1)
45IgnoreFailedSources = true,
NuGet.Build.Tasks (1)
BuildTasksUtility.cs (1)
213cacheContext.IgnoreFailedSources = ignoreFailedSources;
NuGet.CommandLine.XPlat (1)
Commands\PackageReferenceCommands\AddPackageReferenceCommandRunner.cs (1)
415cacheContext.IgnoreFailedSources = false;
NuGet.Protocol (1)
SourceCacheContext.cs (1)
125IgnoreFailedSources = IgnoreFailedSources,
2 references to IgnoreFailedSources
NuGet.Commands (1)
RestoreCommand\RestoreCommandProvidersCache.cs (1)
162cacheContext.IgnoreFailedSources,
NuGet.Protocol (1)
SourceCacheContext.cs (1)
125IgnoreFailedSources = IgnoreFailedSources,