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