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