3 references to IndexMask
Microsoft.CodeAnalysis.CSharp (3)
FlowAnalysis\NullableWalker.Variables.cs (3)
274if (index > IndexMask) 418Debug.Assert(index <= IndexMask); 426return slot < 0 ? (0, slot) : (slot >> IdOffset & IdMask, slot & IndexMask);