8 references to Combine
Microsoft.DotNet.SignTool (8)
src\ExplicitCertificateKey.cs (3)
46=> Hash.Combine(Hash.Combine(FileName.GetHashCode(), PublicKeyToken.GetHashCode()), Hash.Combine(TargetFramework.GetHashCode(), ExecutableType.GetHashCode()));
src\Hash.cs (5)
22return Combine(currentKey, newKeyPart ? 1 : 0); 62hashCode = Hash.Combine(value.GetHashCode(), hashCode); 86hashCode = Hash.Combine(value.GetHashCode(), hashCode); 112hashCode = Hash.Combine(value.GetHashCode(), hashCode); 137hashCode = Hash.Combine(stringComparer.GetHashCode(value), hashCode);