2 writes to Hash
Microsoft.Deployment.DotNet.Releases (2)
ReleaseFile.cs (2)
74
Hash
= fileElement.GetStringOrDefault("hash");
89
Hash
= hash;
5 references to Hash
Microsoft.Deployment.DotNet.Releases (5)
ReleaseFile.cs (5)
124
if (!string.Equals(
Hash
, actualHash, StringComparison.OrdinalIgnoreCase))
127
throw new InvalidDataException(string.Format(ReleasesResources.HashMismatch,
Hash
, actualHash, destinationPath));
158
Hash
== other.
Hash
&&
167
Hash
.GetHashCode();