Is there any way to list out all automapper mapping expression trees that have been configured in an application.
The reason being we are seeing few edge cases causing stackoverflow exception during mapping objects and want to see if there is any way to look at all the mapping trees. This could possibly point to any circular references.