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