2 references to GetFNVHashCode
Microsoft.CodeAnalysis.CodeStyle (2)
src\Compilers\Core\Portable\InternalUtilities\Hash.cs (1)
312return GetFNVHashCode(text, start, length: text.Length - start);
src\Compilers\Core\Portable\InternalUtilities\StringTable.cs (1)
151var hashCode = Hash.GetFNVHashCode(chars, start, len);