2 references to GetFNVHashCode
Microsoft.CodeAnalysis (2)
InternalUtilities\CharMemoryEqualityComparer.cs (1)
21
public int GetHashCode(ReadOnlyMemory<char> mem) => Hash.
GetFNVHashCode
(mem.Span);
InternalUtilities\Hash.cs (1)
284
=>
GetFNVHashCode
(text.AsSpan(start, length));