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