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