2 writes to _nextAwaiterId
Microsoft.CodeAnalysis.VisualBasic (2)
Lowering\AsyncRewriter\AsyncRewriter.AsyncMethodToClassRewriter.vb (2)
89
Me.
_nextAwaiterId
= If(slotAllocatorOpt IsNot Nothing, slotAllocatorOpt.PreviousAwaiterSlotCount, 0)
115
_nextAwaiterId
= _nextAwaiterId + 1
2 references to _nextAwaiterId
Microsoft.CodeAnalysis.VisualBasic (2)
Lowering\AsyncRewriter\AsyncRewriter.AsyncMethodToClassRewriter.vb (2)
114
slotIndex =
_nextAwaiterId
115
_nextAwaiterId =
_nextAwaiterId
+ 1