6 references to IsByRef
System.Private.CoreLib (6)
Internal\Reflection\Core\Execution\ExecutionDomain.cs (1)
140
else if (pEEType->
IsByRef
)
Internal\Runtime\Augments\RuntimeAugments.cs (2)
421
if (eeType->IsGenericTypeDefinition || eeType->IsPointer || eeType->
IsByRef
|| eeType->IsFunctionPointer)
564
return typeHandle.ToMethodTable()->
IsByRef
;
src\runtime\src\coreclr\nativeaot\Runtime.Base\src\System\Runtime\TypeCast.cs (1)
1109
else if (pSourceRelatedParameterType->
IsByRef
)
System\Runtime\CompilerServices\RuntimeHelpers.NativeAot.cs (1)
383
if (mt->ElementType == EETypeElementType.Void || mt->IsGenericTypeDefinition || mt->
IsByRef
|| mt->IsPointer || mt->IsFunctionPointer)
System\RuntimeType.NativeAot.cs (1)
293
return pEEType->
IsByRef
;