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