MSVS 2022 Professional, dll development
I have two instances of Microsoft Visual Studio 2022 Professional open, one contains the DLL
I’m working on in c# the other contains the application that is using the DLL
.
Get all used methods in a project from an external *.dll
I need to analyze the usage of a specific library across 29 C# projects. This library is included via a *.dll file. The analysis should identify which methods from the library are used in each project.