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