4 references to GetFNVHashCode
Microsoft.CodeAnalysis (4)
InternalUtilities\CharMemoryEqualityComparer.cs (1)
21
public int GetHashCode(ReadOnlyMemory<char> mem) => Hash.
GetFNVHashCode
(mem.Span);
InternalUtilities\Hash.cs (2)
290
=>
GetFNVHashCode
(text.AsSpan(start, length));
356
=>
GetFNVHashCode
(text.AsSpan(start, length));
InternalUtilities\StringTable.cs (1)
124
var hashCode = Hash.
GetFNVHashCode
(chars);