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