2 writes to s_cachedHash
Microsoft.CodeAnalysis.Workspaces (2)
Shared\Utilities\BloomFilter.cs (2)
454
s_cachedHash
= cachedHash;
481
s_cachedHash
= null;
2 references to s_cachedHash
Microsoft.CodeAnalysis.Workspaces (2)
Shared\Utilities\BloomFilter.cs (2)
442
var cachedHash =
s_cachedHash
;
463
var cachedHash =
s_cachedHash
;