1 instantiation of PluginPackageDownloader
NuGet.Protocol (1)
RemoteRepositories\PluginFindPackageByIdResource.cs (1)
141
var packageDependency = new
PluginPackageDownloader
(_plugin, packageIdentity, packageReader, _packageSource.Source);
3 references to PluginPackageDownloader
NuGet.Protocol (3)
Plugins\PluginPackageDownloader.cs (2)
68
/// Initializes a new <see cref="
PluginPackageDownloader
" /> class.
248
throw new ObjectDisposedException(nameof(
PluginPackageDownloader
));
RemoteRepositories\PluginFindPackageByIdResource.cs (1)
141
var
packageDependency = new PluginPackageDownloader(_plugin, packageIdentity, packageReader, _packageSource.Source);