1 write to mask
Microsoft.CodeAnalysis (1)
Collections\CachingFactory.cs (1)
238this.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)
48var idx = hash & mask; 63int idx = hash & mask;