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