2 references to CombineFNVHash
Text.Analyzers (2)
src\Compilers\Core\Portable\InternalUtilities\Hash.cs (2)
270
return
CombineFNVHash
(Hash.FnvOffsetBias, data);
376
=>
CombineFNVHash
(hashCode, text.AsSpan());