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