3 references to GetMethodBase
mscorlib (3)
system\diagnostics\stackframe.cs (1)
336method = StackF.GetMethodBase(skipFrames);
system\diagnostics\stacktrace.cs (2)
496MethodBase mb = StackF.GetMethodBase(i); 540sfTemp.SetMethodBase(StackF.GetMethodBase(i));