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