3 references to GetFNVHashCode
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (3)
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));
src\Compilers\Core\Portable\InternalUtilities\ReadOnlyMemoryOfCharComparer.cs (1)
33
return Hash.
GetFNVHashCode
(obj.Span);