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