1 write to StateMachineAwaiterSlotsOpt
Microsoft.CodeAnalysis (1)
Emit\EditAndContinue\AddedOrChangedMethodInfo.cs (1)
55
StateMachineAwaiterSlotsOpt
= stateMachineAwaiterSlotsOpt;
4 references to StateMachineAwaiterSlotsOpt
Microsoft.CodeAnalysis (4)
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);
Emit\EditAndContinue\DefinitionMap.cs (2)
261
addedOrChangedMethod.
StateMachineAwaiterSlotsOpt
,
266
awaiterSlotCount = addedOrChangedMethod.
StateMachineAwaiterSlotsOpt
.Length;