Introduction
Download available here.
We use dnspy to view Bannerlord code as it can decompile, analyze, and debug dlls.
Bannerlord dlls can be opened using dnspy and are found in {Bannerlord Directory}\bin\Win64_Shipping_Client

Using Dnspy
You can analyze existing code by right clicking on an object/method/variable and selecting analyze.

This allows you to trace where that code is being used and what is using it.
