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