2 writes to _currentInstructionOffset
ILCompiler.Compiler (2)
IL\ILImporter.Scanner.cs (2)
275
_currentInstructionOffset
= 0;
281
_currentInstructionOffset
= _currentOffset;
1 reference to _currentInstructionOffset
ILCompiler.Compiler (1)
IL\ILImporter.Scanner.cs (1)
296
_previousInstructionOffset =
_currentInstructionOffset
;