It depends on how the exception was thrown. If you use the throw statement, you have no problem, jitter will not have inline methods containing the throw. Something you need to know about when you need a property setting device to be fast.
However, if the exception is caused by normal execution, for example, NullReferenceException or IndexOutOfRangeException, etc., then yes, you do not see the method name in the stack trace if it was included. This may be a little confusing, but you usually understand this from the source code of the calling method and the type of exception. I hope it is relatively small. The [MethodImpl(MethodImplOptions.NoInlining)] is available to suppress insertion. By the time you find it would be helpful, usually too late;)
source share