3 instantiations of NuGetPackageInfo
Microsoft.TemplateEngine.Edge (3)
Installers\NuGet\IDownloader.cs (1)
45return new NuGetPackageInfo(
Installers\NuGet\NugetApiPackageManager.cs (1)
130return new NuGetPackageInfo(
Installers\NuGet\NuGetInstaller.cs (1)
439return new NuGetPackageInfo(
8 references to NuGetPackageInfo
Microsoft.TemplateEngine.Edge (8)
Installers\NuGet\IDownloader.cs (2)
10Task<NuGetPackageInfo> DownloadPackageAsync(string downloadPath, string identifier, string? version = null, IEnumerable<string>? additionalSources = null, bool force = false, bool includePrerelease = false, CancellationToken cancellationToken = default); 43internal NuGetPackageInfo WithFullPath(string newFullPath)
Installers\NuGet\NugetApiPackageManager.cs (2)
44/// <returns><see cref="NuGetPackageInfo"/>containing full path to downloaded package and package details.</returns> 49public async Task<NuGetPackageInfo> DownloadPackageAsync(string downloadPath, string identifier, string? version = null, IEnumerable<string>? additionalSources = null, bool force = false, bool includePrerelease = false, CancellationToken cancellationToken = default)
Installers\NuGet\NuGetInstaller.cs (4)
214NuGetPackageInfo nuGetPackageInfo; 396private NuGetPackageInfo InstallLocalPackage(InstallRequest installRequest) 400NuGetPackageInfo packageInfo; 432private NuGetPackageInfo ReadPackageInformation(string packageLocation)