I always believe they did, but seeing some answers here make me doubt...
Can I access private fields/properties/methods from outside a class through reflection?
Yes you can: but you really should questions yourself why you're going to :)
There is actually only one case, where it can make sense and this is a UnitTest.