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