1 write to DownloadUri
NuGet.Protocol (1)
SourcePackageDependencyInfo.cs (1)
58
DownloadUri
= downloadUri;
6 references to DownloadUri
NuGet.Protocol (6)
LegacyFeed\DownloadResourceV2Feed.cs (2)
69
&& sourcePackage?.
DownloadUri
!= null;
80
sourcePackage.
DownloadUri
,
LocalRepositories\LocalDownloadResource.cs (2)
59
if (sourcePackage?.
DownloadUri
!= null)
62
packageInfo = _localResource.GetPackage(sourcePackage.
DownloadUri
, logger, token);
Resources\DownloadResourceV3.cs (2)
80
if (sourcePackage?.
DownloadUri
!= null)
83
downloadUri = sourcePackage?.
DownloadUri
;