2 references to CombineFNVHash
Microsoft.Build.Tasks.Git (2)
parent\Common\Utilities\Hash.cs (2)
267return CombineFNVHash(Hash.FnvOffsetBias, data); 321hashCode = CombineFNVHash(hashCode, chunk.Span);