2 writes to _nextAwaiterId
Microsoft.CodeAnalysis.CSharp (2)
Lowering\AsyncRewriter\AsyncMethodToStateMachineRewriter.cs (2)
96
_nextAwaiterId
= slotAllocatorOpt?.PreviousAwaiterSlotCount ?? 0;
116
slotIndex =
_nextAwaiterId
++;