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