1 write to StateMachineHoistedLocalSlotsOpt
Microsoft.CodeAnalysis (1)
Emit\EditAndContinue\AddedOrChangedMethodInfo.cs (1)
54StateMachineHoistedLocalSlotsOpt = stateMachineHoistedLocalSlotsOpt;
2 references to StateMachineHoistedLocalSlotsOpt
Microsoft.CodeAnalysis (2)
Emit\EditAndContinue\AddedOrChangedMethodInfo.cs (2)
63var mappedHoistedLocalSlots = StateMachineHoistedLocalSlotsOpt.IsDefault ? default : 64ImmutableArray.CreateRange(StateMachineHoistedLocalSlotsOpt, MapHoistedLocalSlot, map);