3 writes to method
mscorlib (3)
system\diagnostics\stackframe.cs (3)
40
method
= null;
133
method
= mb;
336
method
= StackF.GetMethodBase(skipFrames);
6 references to method
mscorlib (6)
system\diagnostics\stackframe.cs (6)
179
return
method
;
251
if (
method
!= null)
253
sb.Append(
method
.Name);
256
if (
method
is MethodInfo && ((MethodInfo)
method
).IsGenericMethod)
258
Type[] typars = ((MethodInfo)
method
).GetGenericArguments();