Hi Soon Hui,
The private member you are trying to fake (myList) is a field, and as such not intercepted by Isolator. We had discussions internally about the merit of assigning recursive fakes to these fields, but this is currently not the case.
A quick workaround for this would be accessing a property instead - these are faked automatically with recursive fakes.
Doron
Typemock Support