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