It's likely using the Banker.Deposit() method, you'll have to inspect everything that invokes it; in VS with ServUO.sln loaded, right-click on Banker.Deposit in the text editor, then select Find All References - you can use the results list to skip directly to each file that it appears in.
You...