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