1 write to mask
Microsoft.CodeAnalysis (1)
Collections\CachingFactory.cs (1)
238
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)
48
var idx = hash &
mask
;
63
int idx = hash &
mask
;