public ExceptionHandlerBlock(MethodInstructionComparer methodInstructionComparer) { this.methodInstructionComparer = methodInstructionComparer; }
public TryBlockComparer(MethodInstructionComparer methodInstructionComparer) { this.methodInstructionComparer = methodInstructionComparer; }