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