4 references to GetFNVHashCode
Microsoft.CodeAnalysis.CodeStyle (4)
src\Compilers\Core\Portable\InternalUtilities\Hash.cs (2)
286
=>
GetFNVHashCode
(text.AsSpan(start, length));
352
=>
GetFNVHashCode
(text.AsSpan(start, length));
src\Compilers\Core\Portable\InternalUtilities\ReadOnlyMemoryOfCharComparer.cs (1)
33
return Hash.
GetFNVHashCode
(obj.Span);
src\Compilers\Core\Portable\InternalUtilities\StringTable.cs (1)
124
var hashCode = Hash.
GetFNVHashCode
(chars);