2 references to GetFNVHashCode
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (2)
src\Compilers\Core\Portable\InternalUtilities\StringOrdinalComparer.cs (1)
42
return Hash.
GetFNVHashCode
(s);
src\Compilers\Core\Portable\InternalUtilities\StringTable.cs (1)
253
var hashCode = Hash.
GetFNVHashCode
(chars);