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)
28/// <see cref="DownloadResourceResultStatus.AvailableWithoutStream" />.</exception> 32status == DownloadResourceResultStatus.AvailableWithoutStream) 85Status = DownloadResourceResultStatus.AvailableWithoutStream;