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