2 references to GetFNVHashCode
Microsoft.CodeAnalysis.CodeStyle (2)
src\Compilers\Core\Portable\InternalUtilities\Hash.cs (1)
284
=>
GetFNVHashCode
(text.AsSpan(start, length));
src\Compilers\Core\Portable\InternalUtilities\ReadOnlyMemoryOfCharComparer.cs (1)
33
return Hash.
GetFNVHashCode
(obj.Span);