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