4 references to CopyNupkgToStreamAsync
NuGet.Protocol (4)
RemoteRepositories\HttpFileSystemBasedFindPackageByIdResource.cs (1)
297
return await _nupkgDownloader.
CopyNupkgToStreamAsync
(
RemoteRepositories\RemoteV2FindPackageByIdResource.cs (1)
279
return await _nupkgDownloader.
CopyNupkgToStreamAsync
(
RemoteRepositories\RemoteV3FindPackageByIdResource.cs (1)
269
return await _nupkgDownloader.
CopyNupkgToStreamAsync
(
Utility\FindPackagesByIdNupkgDownloader.cs (1)
122
bool result = await
CopyNupkgToStreamAsync
(identity, url, tempFile, cacheContext, logger, token);