1 write to mask
System.Core (1)
Microsoft\Scripting\Utils\CacheDict.cs (1)
56
this.
mask
= alignedSize - 1;
2 references to mask
System.Core (2)
Microsoft\Scripting\Utils\CacheDict.cs (2)
79
int idx = hash &
mask
;
98
var idx = hash &
mask
;