1 write to _hashes
Microsoft.CodeAnalysis.Workspaces (1)
Shared\Utilities\BloomFilter.cs (1)
424
_hashes
= hashBuilder.MoveToImmutable();
2 references to _hashes
Microsoft.CodeAnalysis.Workspaces (2)
Shared\Utilities\BloomFilter.cs (2)
450
|| cachedHash.
_hashes
.Length < hashFunctionCount
457
return cachedHash.
_hashes
;