15 references to GetInstruction
Mono.Cecil (15)
Mono.Cecil.Cil\CodeReader.cs (15)
253 instruction.operand = GetInstruction ((int) instruction.operand); 259 branches [j] = GetInstruction (offsets [j]); 344 handler.TryStart = GetInstruction (read_entry ()); 345 handler.TryEnd = GetInstruction (handler.TryStart.Offset + read_length ()); 347 handler.HandlerStart = GetInstruction (read_entry ()); 348 handler.HandlerEnd = GetInstruction (handler.HandlerStart.Offset + read_length ()); 363 handler.FilterStart = GetInstruction (ReadInt32 ()); 406 async_method.catch_handler = new InstructionOffset (GetInstruction (async_method.catch_handler.Offset)); 410 async_method.yields [i] = new InstructionOffset (GetInstruction (async_method.yields [i].Offset)); 414 async_method.resumes [i] = new InstructionOffset (GetInstruction (async_method.resumes [i].Offset)); 423 scope.start = new InstructionOffset (GetInstruction (scope.start.Offset)); 425 var end_instruction = GetInstruction (scope.end.Offset); 438 var instruction = GetInstruction (sequence_point.Offset); 452 var start_instruction = GetInstruction (scope.Start.Offset); 456 var end_instruction = GetInstruction (scope.End.Offset);