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