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