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