2 writes to _hashFunctionCount
Microsoft.CodeAnalysis.Workspaces (2)
Shared\Utilities\BloomFilter.cs (2)
50
_hashFunctionCount
= k;
73
_hashFunctionCount
= hashFunctionCount;
7 references to _hashFunctionCount
Microsoft.CodeAnalysis.Workspaces (7)
Shared\Utilities\BloomFilter.cs (6)
322
for (var i = 0; i <
_hashFunctionCount
; i++)
337
for (var i = 0; i <
_hashFunctionCount
; i++)
352
for (var i = 0; i <
_hashFunctionCount
; i++)
365
for (var i = 0; i <
_hashFunctionCount
; i++)
379
&&
_hashFunctionCount
== filter.
_hashFunctionCount
Shared\Utilities\BloomFilter_Serialization.cs (1)
23
writer.WriteInt32(
_hashFunctionCount
);