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