2 references to CombineFNVHash
Microsoft.CodeAnalysis.Workspaces (2)
src\Compilers\Core\Portable\InternalUtilities\Hash.cs (2)
268
return
CombineFNVHash
(Hash.FnvOffsetBias, data);
339
hashCode =
CombineFNVHash
(hashCode, chunk.Span);