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