9 references to IsByRefLike
System.Private.CoreLib (9)
Internal\Runtime\Augments\RuntimeAugments.cs (1)
492public static bool IsByRefLike(RuntimeTypeHandle typeHandle) => typeHandle.ToMethodTable()->IsByRefLike;
src\runtime\src\coreclr\nativeaot\Runtime.Base\src\System\Runtime\RuntimeExports.cs (2)
35!pEEType->IsByRefLike; 129Debug.Assert(pEEType->IsValueType && !pEEType->IsByRefLike && !pEEType->IsFinalizable);
System\InvokeUtils.cs (1)
53Debug.Assert(!dstEEType->IsByRefLike);
System\Reflection\DynamicInvokeInfo.cs (2)
90if (eeArgumentType->IsByRefLike) 138if (eeReturnType->IsByRefLike)
System\Runtime\CompilerServices\RuntimeHelpers.NativeAot.cs (2)
346if (mt->IsByRefLike) 393if (mt->IsByRefLike)
System\RuntimeType.NativeAot.cs (1)
544return pEEType->IsByRefLike;