4 instantiations of RuntimeMethodInfoStub
System.Private.CoreLib (4)
src\System\Diagnostics\StackFrameHelper.cs (1)
148IRuntimeMethodInfo? mhReal = RuntimeMethodHandle.GetTypicalMethodDefinition(new RuntimeMethodInfoStub(new RuntimeMethodHandleInternal(mh), this));
src\System\RuntimeHandles.cs (3)
950return new RuntimeMethodInfoStub(handle, RuntimeMethodHandle.GetLoaderAllocator(handle)); 1018var methodInfo = new RuntimeMethodInfoStub(handle, GetLoaderAllocator(handle)); 1884IRuntimeMethodInfo retVal = new RuntimeMethodInfoStub(handle, RuntimeMethodHandle.GetLoaderAllocator(handle));
1 reference to RuntimeMethodInfoStub
System.Private.CoreLib (1)
src\System\RuntimeHandles.cs (1)
1018var methodInfo = new RuntimeMethodInfoStub(handle, GetLoaderAllocator(handle));