7 writes to IgnoreNotFounds
NuGet.Protocol (7)
DependencyInfo\RegistrationUtility.cs (2)
50IgnoreNotFounds = true, 85IgnoreNotFounds = true,
LegacyFeed\V2FeedParser.cs (1)
547IgnoreNotFounds = ignoreNotFounds
RemoteRepositories\HttpFileSystemBasedFindPackageByIdResource.cs (1)
512IgnoreNotFounds = true,
Resources\PackageMetadataResourceV3.cs (2)
211IgnoreNotFounds = true, 249IgnoreNotFounds = true,
Utility\FindPackagesByIdNupkgDownloader.cs (1)
276IgnoreNotFounds = true,
1 reference to IgnoreNotFounds
NuGet.Protocol (1)
HttpSource\HttpSource.cs (1)
143if (request.IgnoreNotFounds && throttledResponse.Response.StatusCode == HttpStatusCode.NotFound)