3 references to RuntimeMethodInfoStub
mscorlib (3)
system\diagnostics\stacktrace.cs (2)
232IRuntimeMethodInfo mhReal = RuntimeMethodHandle.GetTypicalMethodDefinition(new RuntimeMethodInfoStub(mh, this)); 269rgMethodBase[i] = RuntimeType.GetMethodBase(new RuntimeMethodInfoStub(rgMethodHandle[i], this));
system\runtime\remoting\message.cs (1)
442IRuntimeMethodInfo mh = new RuntimeMethodInfoStub(_methodDesc, null);