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