2 writes to _previousInstructionOffset
ILCompiler.Compiler (2)
IL\ILImporter.Scanner.cs (2)
291
_previousInstructionOffset
= -1;
311
_previousInstructionOffset
= _currentInstructionOffset;
2 references to _previousInstructionOffset
ILCompiler.Compiler (2)
IL\ILImporter.Scanner.cs (2)
1146
if (opcode == ILOpcode.brfalse &&
_previousInstructionOffset
>= 0)
1148
var reader = new ILReader(_ilBytes,
_previousInstructionOffset
);