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