8 references to DownloadResourceResult
NuGet.PackageManagement (1)
PackageDownloader.cs (1)
316result = new DownloadResourceResult(DownloadResourceResultStatus.Cancelled);
NuGet.Protocol (7)
LegacyFeed\DownloadResourceV2Feed.cs (1)
103return new DownloadResourceResult(DownloadResourceResultStatus.Cancelled);
LegacyFeed\V2FeedParser.cs (1)
298return new DownloadResourceResult(DownloadResourceResultStatus.NotFound);
LocalRepositories\LocalDownloadResource.cs (1)
89return Task.FromResult(new DownloadResourceResult(DownloadResourceResultStatus.NotFound));
Resources\DownloadResourcePlugin.cs (1)
133return new DownloadResourceResult(DownloadResourceResultStatus.NotFound);
Resources\DownloadResourceV3.cs (1)
151return new DownloadResourceResult(DownloadResourceResultStatus.NotFound);
Utility\GetDownloadResultUtility.cs (2)
77return new DownloadResourceResult(DownloadResourceResultStatus.NotFound); 108return new DownloadResourceResult(DownloadResourceResultStatus.Cancelled);