1 write to _regResource
NuGet.Protocol (1)
Resources\DownloadResourceV3.cs (1)
48
_regResource
= regResource;
3 references to _regResource
NuGet.Protocol (3)
Resources\DownloadResourceV3.cs (3)
104
else if (
_regResource
!= null)
129
RegistrationLeafItem leaf = await
_regResource
.GetPackageMetadataItemAsync(identity, sourceCacheContext, log, token);
137
JObject blob = await
_regResource
.GetPackageMetadata(identity, sourceCacheContext, log, token);