5 references to IsRelative
System.Private.CoreLib (5)
src\runtime\src\coreclr\nativeaot\Common\src\Internal\Runtime\MethodTable.cs (5)
1368
Debug.Assert(((nint)pFirst &
IsRelative
) == 0);
1375
Debug.Assert(((nint)pFirst &
IsRelative
) == 0);
1376
_pFirst = (void*)((nint)pFirst |
IsRelative
);
1383
if (((nint)_pFirst &
IsRelative
) != 0)
1384
return (((RelativePointer<MethodTable>*)((nint)_pFirst -
IsRelative
)) + index)->Value;