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