As why Intermediate code is needed is described in Stack Overflow post,my question is that,
Is the intermediate code saved in the solution ?
How can I view the whole IL generated ?
Reflector and the File Disassembler add-in from Denis Bauer. It actually produces source projects from assemblies, where Reflector on its own only displays the disassembled source and not Intermediate Code.