3 references to CombineFNVHash
BuildActionTelemetryTable (3)
src\Compilers\Core\Portable\InternalUtilities\Hash.cs (3)
270return CombineFNVHash(Hash.FnvOffsetBias, data); 327hashCode = CombineFNVHash(hashCode, chunk.Span); 376=> CombineFNVHash(hashCode, text.AsSpan());