22 references to IsPointer
System.Private.CoreLib (22)
Internal\Reflection\Core\Execution\ExecutionDomain.cs (1)
134
else if (pEEType->
IsPointer
)
Internal\Runtime\Augments\RuntimeAugments.cs (3)
147
if (elementMT->
IsPointer
|| elementMT->IsFunctionPointer)
421
if (eeType->IsGenericTypeDefinition || eeType->
IsPointer
|| eeType->IsByRef || eeType->IsFunctionPointer)
517
return 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)
1101
if (pSourceRelatedParameterType->
IsPointer
)
System\Array.NativeAot.cs (5)
300
if (sourceElementEEType->
IsPointer
|| sourceElementEEType->IsFunctionPointer
301
|| destinationElementEEType->
IsPointer
|| destinationElementEEType->IsFunctionPointer)
383
if (ElementMethodTable->
IsPointer
|| ElementMethodTable->IsFunctionPointer)
395
Debug.Assert(!pElementEEType->
IsPointer
&& !pElementEEType->IsFunctionPointer);
418
else if (pElementEEType->
IsPointer
|| pElementEEType->IsFunctionPointer)
System\Attribute.NativeAot.cs (2)
43
Debug.Assert(!fieldType->
IsPointer
&& !fieldType->IsFunctionPointer);
70
Debug.Assert(!fieldType->
IsPointer
&& !fieldType->IsFunctionPointer);
System\InvokeUtils.cs (2)
58
if (dstEEType->
IsPointer
)
130
if (dstEEType->
IsPointer
|| dstEEType->IsFunctionPointer)
System\Reflection\DynamicInvokeInfo.cs (2)
96
else if (eeArgumentType->
IsPointer
)
153
else if (eeReturnType->
IsPointer
)
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 (2)
301
return pEEType->
IsPointer
;
631
if (!fromRuntimeType._pUnderlyingEEType->IsGenericTypeDefinition || fromRuntimeType._pUnderlyingEEType->
IsPointer
)
System\TypedReference.cs (1)
54
if (mt->
IsPointer
|| mt->IsFunctionPointer)
System\ValueType.cs (1)
139
Debug.Assert(!fieldType->
IsPointer
&& !fieldType->IsFunctionPointer);