1 write to mask
Microsoft.CodeAnalysis (1)
Collections\CachingFactory.cs (1)
227this.mask = alignedSize - 1;
8 references to mask
Microsoft.CodeAnalysis (8)
Collections\CachingFactory.cs (6)
64var idx = hash & mask; 73int idx = hash & mask; 93int idx = hash & mask; 155var idx = hash & mask; 164int idx = hash & mask; 180int idx = hash & mask;
Collections\ConcurrentCache.cs (2)
51var idx = hash & mask; 66int idx = hash & mask;