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