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