7 references to Combine
Microsoft.DotNet.SignTool (7)
src\ExplicitCertificateKey.cs (2)
30=> Hash.Combine(Hash.Combine(FileName.GetHashCode(), PublicKeyToken.GetHashCode()), TargetFramework.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);