J
JeffinPittsburgh
I want to develop a small utility similar to the "Find all References" in
Visual Studio so that I can determines if methods in a library are actually
being used inside an exe assembly. It is easy enough to find all the public
methods in the library, but how do I find if a particular method is being
called in the exe assembly? Does anyone have a code example?
Visual Studio so that I can determines if methods in a library are actually
being used inside an exe assembly. It is easy enough to find all the public
methods in the library, but how do I find if a particular method is being
called in the exe assembly? Does anyone have a code example?