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)
28
MethodBase? mb = StackF.
GetMethodBase
(i);