4 references to GetFNVHashCode
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (4)
src\Compilers\Core\Portable\InternalUtilities\CharMemoryEqualityComparer.cs (1)
21public int GetHashCode(ReadOnlyMemory<char> mem) => Hash.GetFNVHashCode(mem.Span);
src\Compilers\Core\Portable\InternalUtilities\Hash.cs (2)
286=> GetFNVHashCode(text.AsSpan(start, length)); 354=> GetFNVHashCode(text.AsSpan(start, length));
src\Compilers\Core\Portable\InternalUtilities\StringTable.cs (1)
128var hashCode = Hash.GetFNVHashCode(chars);