4 instantiations of RuntimeMethodInfoStub
mscorlib (4)
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);
system\runtimehandles.cs (1)
1974
IRuntimeMethodInfo retVal = new
RuntimeMethodInfoStub
(handle, RuntimeMethodHandle.GetLoaderAllocator(handle));