7 references to NotFound
NuGet.PackageManagement (1)
PackageDownloader.cs (1)
337if (result.Status == DownloadResourceResultStatus.NotFound)
NuGet.Protocol (6)
LegacyFeed\V2FeedParser.cs (1)
298return new DownloadResourceResult(DownloadResourceResultStatus.NotFound);
LocalRepositories\LocalDownloadResource.cs (1)
89return Task.FromResult(new DownloadResourceResult(DownloadResourceResultStatus.NotFound));
Resources\DownloadResource.cs (1)
21/// <see cref="DownloadResourceResult.Status"/> will be <see cref="DownloadResourceResultStatus.NotFound"/>.
Resources\DownloadResourcePlugin.cs (1)
133return new DownloadResourceResult(DownloadResourceResultStatus.NotFound);
Resources\DownloadResourceV3.cs (1)
151return new DownloadResourceResult(DownloadResourceResultStatus.NotFound);
Utility\GetDownloadResultUtility.cs (1)
77return new DownloadResourceResult(DownloadResourceResultStatus.NotFound);