5 references to Cancelled
NuGet.PackageManagement (2)
PackageDownloader.cs (2)
316result = new DownloadResourceResult(DownloadResourceResultStatus.Cancelled); 328if (result.Status == DownloadResourceResultStatus.Cancelled)
NuGet.Protocol (3)
LegacyFeed\DownloadResourceV2Feed.cs (1)
99return new DownloadResourceResult(DownloadResourceResultStatus.Cancelled);
Resources\DownloadResource.cs (1)
21/// <see cref="DownloadResourceResultStatus.Cancelled"/>.
Utility\GetDownloadResultUtility.cs (1)
108return new DownloadResourceResult(DownloadResourceResultStatus.Cancelled);