How is FormsAuthentication class been implemented? How to see its source?
See the question and my original answer on StackOverflowReference Assemblies only contain metadata, not real code (mostly used by Visual Studio for when referencing assemblies).
Using Reflector, you need to do File | Open Global Assembly Cache and get System.Web from there, after having unloaded the other System.Web from Reference Assemblies.