1 write to StateMachineAwaiterSlotsOpt
Microsoft.CodeAnalysis (1)
Emit\EditAndContinue\AddedOrChangedMethodInfo.cs (1)
55StateMachineAwaiterSlotsOpt = stateMachineAwaiterSlotsOpt;
2 references to StateMachineAwaiterSlotsOpt
Microsoft.CodeAnalysis (2)
Emit\EditAndContinue\AddedOrChangedMethodInfo.cs (2)
66var mappedAwaiterSlots = StateMachineAwaiterSlotsOpt.IsDefault ? default : 67ImmutableArray.CreateRange(StateMachineAwaiterSlotsOpt, static (typeRef, map) => (typeRef is null) ? null : map.MapReference(typeRef), map);