3 references to GetPackageMetadataItemAsync
NuGet.Protocol (3)
Resources\DownloadResourceV3.cs (1)
129
RegistrationLeafItem leaf = await _regResource.
GetPackageMetadataItemAsync
(identity, sourceCacheContext, log, token);
Resources\MetadataResourceV3.cs (2)
98
RegistrationLeafItem item = await _regResource.
GetPackageMetadataItemAsync
(identity, sourceCacheContext, log, token);
105
RegistrationLeafItem item = await _regResource.
GetPackageMetadataItemAsync
(identity, sourceCacheContext, log, token);