2 writes to _currentBlockIndex
ILCompiler.Compiler (2)
Compiler\Dataflow\MethodBodyScanner.cs (2)
168
_currentBlockIndex
= -1;
185
_currentBlockIndex
++;
1 reference to _currentBlockIndex
ILCompiler.Compiler (1)
Compiler\Dataflow\MethodBodyScanner.cs (1)
177
return
_currentBlockIndex
;