2 references to FollowRelativePointer
System.Private.CoreLib (2)
src\runtime\src\coreclr\nativeaot\Common\src\Internal\Runtime\MethodTable.cs (2)
969
return (void*)
FollowRelativePointer
((int*)(pThis + cbSealedVirtualSlotsTypeOffset));
982
return
FollowRelativePointer
(&((int*)pSealedVtable)[slotNumber]);