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