It is also termed as CIL (Common Intermediate Language). When you compile
source code of your application, it will be converted into the intermediate
language MSIL. JIT compiler will then fetch your code in MSIL format and
convert it further to machine code.