1 write to _mask
System.Linq.Expressions (1)
System\Dynamic\Utils\CacheDict.cs (1)
45
_mask
= alignedSize - 1;
2 references to _mask
System.Linq.Expressions (2)
System\Dynamic\Utils\CacheDict.cs (2)
56
int idx = hash &
_mask
;
76
int idx = hash &
_mask
;