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