1 reference to OffsetMask
Microsoft.CodeAnalysis (1)
SegmentedArray`1.cs (1)
121
return ref _items[index >> SegmentShift][index &
OffsetMask
];