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