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