3 implementations of Source
NuGet.Protocol (3)
LocalPackageArchiveDownloader.cs (1)
71
public string
Source
{ get; }
Plugins\PluginPackageDownloader.cs (1)
65
public string
Source
=> _packageSourceRepository;
RemotePackageArchiveDownloader.cs (1)
71
public string
Source
{ get; }
3 references to Source
NuGet.Packaging (3)
PackageExtractor.cs (3)
739
packageDownloader.
Source
,
840
Source = packageDownloader.
Source
879
logger.LogInformation(StringFormatter.Log_InstalledPackage(packageIdentity.Id, packageIdentity.Version.OriginalVersion!, packageDownloader.
Source
, contentHash, targetPath));