How can I find the full name of a calling method in c#. I have seen solutions:
How I can get the calling methods in C#
How can I find the method that called
in System.Reflection.MethodBase method GetCurrentMethod you can find full information about callstack using classes etc
System.Reflection.MethodBase
GetCurrentMethod