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