22 references to IsPointer
System.Private.CoreLib (22)
Internal\Reflection\Core\Execution\ExecutionDomain.cs (1)
134else if (pEEType->IsPointer)
Internal\Runtime\Augments\RuntimeAugments.cs (3)
147if (elementMT->IsPointer || elementMT->IsFunctionPointer) 421if (eeType->IsGenericTypeDefinition || eeType->IsPointer || eeType->IsByRef || eeType->IsFunctionPointer) 517return typeHandle.ToMethodTable()->IsPointer;
src\runtime\src\coreclr\nativeaot\Runtime.Base\src\System\Runtime\RuntimeExports.cs (1)
33!pEEType->IsPointer &&
src\runtime\src\coreclr\nativeaot\Runtime.Base\src\System\Runtime\TypeCast.cs (1)
1101if (pSourceRelatedParameterType->IsPointer)
System\Array.NativeAot.cs (5)
300if (sourceElementEEType->IsPointer || sourceElementEEType->IsFunctionPointer 301|| destinationElementEEType->IsPointer || destinationElementEEType->IsFunctionPointer) 383if (ElementMethodTable->IsPointer || ElementMethodTable->IsFunctionPointer) 395Debug.Assert(!pElementEEType->IsPointer && !pElementEEType->IsFunctionPointer); 418else if (pElementEEType->IsPointer || pElementEEType->IsFunctionPointer)
System\Attribute.NativeAot.cs (2)
43Debug.Assert(!fieldType->IsPointer && !fieldType->IsFunctionPointer); 70Debug.Assert(!fieldType->IsPointer && !fieldType->IsFunctionPointer);
System\InvokeUtils.cs (2)
58if (dstEEType->IsPointer) 130if (dstEEType->IsPointer || dstEEType->IsFunctionPointer)
System\Reflection\DynamicInvokeInfo.cs (2)
96else if (eeArgumentType->IsPointer) 153else if (eeReturnType->IsPointer)
System\Runtime\CompilerServices\RuntimeHelpers.NativeAot.cs (1)
383if (mt->ElementType == EETypeElementType.Void || mt->IsGenericTypeDefinition || mt->IsByRef || mt->IsPointer || mt->IsFunctionPointer)
System\RuntimeType.NativeAot.cs (2)
301return pEEType->IsPointer; 631if (!fromRuntimeType._pUnderlyingEEType->IsGenericTypeDefinition || fromRuntimeType._pUnderlyingEEType->IsPointer)
System\TypedReference.cs (1)
54if (mt->IsPointer || mt->IsFunctionPointer)
System\ValueType.cs (1)
139Debug.Assert(!fieldType->IsPointer && !fieldType->IsFunctionPointer);