1 write to Hash
NuGet.Protocol (1)
Plugins\Messages\GetPackageHashResponse.cs (1)
56
Hash
= hash;
3 references to Hash
NuGet.Protocol (3)
_generated\61\PluginJsonContext.GetPackageHashResponse.g.cs (2)
60
Getter = static obj => ((global::NuGet.Protocol.Plugins.GetPackageHashResponse)obj).
Hash
,
108
string __value_Hash = ((global::NuGet.Protocol.Plugins.GetPackageHashResponse)value).
Hash
;
Plugins\PluginPackageDownloader.cs (1)
209
return response.
Hash
;