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)
56int idx = hash & _mask; 76int idx = hash & _mask;