2 references to IdOffset
Microsoft.CodeAnalysis.CSharp (2)
FlowAnalysis\NullableWalker.Variables.cs (2)
421return index < 0 ? index : (id << IdOffset) | index; 427return slot < 0 ? (0, slot) : (slot >> IdOffset & IdMask, slot & IndexMask);