3 instantiations of RuntimeMethodInfoStub
System.Private.CoreLib (3)
src\System\Diagnostics\StackFrameHelper.cs (1)
167IRuntimeMethodInfo? mhReal = RuntimeMethodHandle.GetTypicalMethodDefinition(new RuntimeMethodInfoStub(mh, this));
src\System\RuntimeHandles.cs (2)
996var methodInfo = new RuntimeMethodInfoStub(handle, GetLoaderAllocator(handle)); 1824IRuntimeMethodInfo retVal = new RuntimeMethodInfoStub(handle, RuntimeMethodHandle.GetLoaderAllocator(handle));
1 reference to RuntimeMethodInfoStub
System.Private.CoreLib (1)
src\System\RuntimeHandles.cs (1)
996var methodInfo = new RuntimeMethodInfoStub(handle, GetLoaderAllocator(handle));