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