Set someObject = null; after your code and before starting the threads to see for yourself.
Your samples are effectively the difference between getting an object, and creating a method that can get that object at some point in the future. The code is only the same of "that object" in this case, someObject never changes.