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