1 write to Hash
NuGet.Protocol (1)
Plugins\Messages\GetPackageHashResponse.cs (1)
54
Hash
= hash;
3 references to Hash
NuGet.Protocol (3)
Generated\361d1da7f942c932\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)
207
return response.
Hash
!;