3 references to GetFNVHashCode
Microsoft.CodeAnalysis.BannedApiAnalyzers (3)
src\Compilers\Core\Portable\InternalUtilities\StringTable.cs (1)
253
var hashCode = Hash.
GetFNVHashCode
(chars);
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Extensions\SyntaxGeneratorExtensions_CreateGetHashCodeMethod.cs (2)
101
initHash = initHash * hashFactor + Hash.
GetFNVHashCode
(baseHashCode.Name);
106
initHash = initHash * hashFactor + Hash.
GetFNVHashCode
(symbol.Name);