3 references to GetPackageMetadataItemAsync
NuGet.Protocol (3)
Resources\DownloadResourceV3.cs (1)
126
RegistrationLeafItem? leaf = await regResource.
GetPackageMetadataItemAsync
(identity, sourceCacheContext, log, token);
Resources\MetadataResourceV3.cs (2)
97
RegistrationLeafItem? item = await _regResource.
GetPackageMetadataItemAsync
(identity, sourceCacheContext, log, token);
104
RegistrationLeafItem? item = await _regResource.
GetPackageMetadataItemAsync
(identity, sourceCacheContext, log, token);