7 references to AvailableWithoutStream
NuGet.PackageManagement (4)
PackageDownloader.cs (1)
356else if (result.Status != DownloadResourceResultStatus.AvailableWithoutStream)
Projects\FolderNuGetProject.cs (1)
166if (downloadResourceResult.Status == DownloadResourceResultStatus.AvailableWithoutStream)
Projects\MSBuildNuGetProject.cs (2)
163if (downloadResourceResult.Status != DownloadResourceResultStatus.AvailableWithoutStream && 182if (downloadResourceResult.Status != DownloadResourceResultStatus.AvailableWithoutStream)
NuGet.Protocol (3)
DownloadResourceResult.cs (3)
26/// <see cref="DownloadResourceResultStatus.AvailableWithoutStream" />.</exception> 30status == DownloadResourceResultStatus.AvailableWithoutStream) 83Status = DownloadResourceResultStatus.AvailableWithoutStream;