An article in MSDN Magazine discusses the notion of Read Introduction and gives a code sample which can be broken by it.
public class ReadIntro { private O
I only skimmed the article, but it seems that what the author is looking for is that you need to declare the _obj member as volatile.
_obj
volatile