7 references to Combine
Microsoft.SourceLink.AzureDevOpsServer.Git (7)
src\sourcelink\src\Common\Utilities\Hash.cs (7)
23return Combine(currentKey, newKeyPart ? 1 : 0); 63hashCode = Hash.Combine(value.GetHashCode(), hashCode); 83hashCode = Hash.Combine(value.GetHashCode(), hashCode); 106hashCode = Hash.Combine(value.GetHashCode(), hashCode); 132hashCode = Hash.Combine(value.GetHashCode(), hashCode); 157hashCode = Hash.Combine(stringComparer.GetHashCode(value), hashCode); 177hashCode = Hash.Combine(stringComparer.GetHashCode(value), hashCode);