How do I get the IL of Expression.Compile()

Options

Is there a way to display the IL of Expression.Compile() result - the lambda_xxx method?

Comments