6 overrides of CopyNupkgToStreamAsync
NuGet.Protocol (6)
LocalRepositories\LocalV2FindPackageByIdResource.cs (1)
134
public override async Task<bool>
CopyNupkgToStreamAsync
(
LocalRepositories\LocalV3FindPackageByIdResource.cs (1)
168
public override async Task<bool>
CopyNupkgToStreamAsync
(
RemoteRepositories\HttpFileSystemBasedFindPackageByIdResource.cs (1)
249
public override async Task<bool>
CopyNupkgToStreamAsync
(
RemoteRepositories\PluginFindPackageByIdResource.cs (1)
89
public override Task<bool>
CopyNupkgToStreamAsync
(
RemoteRepositories\RemoteV2FindPackageByIdResource.cs (1)
235
public override async Task<bool>
CopyNupkgToStreamAsync
(
RemoteRepositories\RemoteV3FindPackageByIdResource.cs (1)
225
public override async Task<bool>
CopyNupkgToStreamAsync
(
3 references to CopyNupkgToStreamAsync
dotnet (1)
NugetPackageDownloader\NuGetPackageDownloader.cs (1)
195
bool success = await ExponentialRetry.ExecuteWithRetryOnFailure(async () => await resource.
CopyNupkgToStreamAsync
(
Microsoft.TemplateEngine.Edge (1)
Installers\NuGet\NugetApiPackageManager.cs (1)
117
if (await resource.
CopyNupkgToStreamAsync
(
NuGet.Protocol (1)
RemotePackageArchiveDownloader.cs (1)
179
var result = await _resource.
CopyNupkgToStreamAsync
(