Is there a goto resource for finding the implementation details of various C# classes and methods? Please don't say Google/Yahoo/your favorite search engine. I am looking for one consistent resource.
Red Gate's .Net Reflector is usually pretty good, but I can't seem to find the implementation for any of System.Object's methods. (I was looking for the implementation of GetType() and GetHashCode(), for the curious.)