3 references to GetFNVHashCode
Microsoft.CodeAnalysis.Workspaces (3)
src\Compilers\Core\Portable\InternalUtilities\Hash.cs (2)
286=> GetFNVHashCode(text.AsSpan(start, length)); 352=> GetFNVHashCode(text.AsSpan(start, length));
src\Compilers\Core\Portable\InternalUtilities\StringTable.cs (1)
124var hashCode = Hash.GetFNVHashCode(chars);