2 writes to _currentBlockIndex
illink (2)
Linker.Dataflow\MethodBodyScanner.cs (2)
163
_currentBlockIndex
= -1;
179
_currentBlockIndex
++;
1 reference to _currentBlockIndex
illink (1)
Linker.Dataflow\MethodBodyScanner.cs (1)
171
return
_currentBlockIndex
;