The answer is no, as far i know, because when you write that
var t = new B () ;
the new B instance has no information on where will be stored, so as that istance has no cognition on the fact that is stored in a var, the ones in your example do not know is put in a property of an A instance.