16 using System.Diagnostics;
17 using System.Runtime.CompilerServices;
31 [MethodImpl(MethodImplOptions.NoInlining)]
35 var methodBase =
new StackFrame(frame + 1).GetMethod();
36 var declaringType = methodBase.DeclaringType;
37 return declaringType !=
null ? declaringType.Name +
"." + methodBase.Name : methodBase.Name;