1 write to mask
Microsoft.CodeAnalysis (1)
Collections\CachingFactory.cs (1)
227
this.
mask
= alignedSize - 1;
8 references to mask
Microsoft.CodeAnalysis (8)
Collections\CachingFactory.cs (6)
64
var idx = hash &
mask
;
73
int idx = hash &
mask
;
93
int idx = hash &
mask
;
155
var idx = hash &
mask
;
164
int idx = hash &
mask
;
180
int idx = hash &
mask
;
Collections\ConcurrentCache.cs (2)
51
var idx = hash &
mask
;
66
int idx = hash &
mask
;