2 references to CombineFNVHash
Microsoft.CodeAnalysis.Extensions.Package (2)
src\Compilers\Core\Portable\InternalUtilities\Hash.cs (2)
270
return
CombineFNVHash
(Hash.FnvOffsetBias, data);
376
=>
CombineFNVHash
(hashCode, text.AsSpan());