3 references to GetMethodBase
System.Private.CoreLib (3)
src\System\Diagnostics\StackFrame.CoreCLR.cs (2)
18_method = stackFrameHelper.GetMethodBase(skipFrames); 43_method = StackF.GetMethodBase(skipFrames);
src\System\Diagnostics\StackTrace.CoreCLR.cs (1)
24MethodBase? mb = StackF.GetMethodBase(i);