1 override of IsPointer
System.Private.CoreLib (1)
System\Reflection\Runtime\TypeInfos\RuntimePointerTypeInfo.cs (1)
26
public sealed override bool
IsPointer
=> true;
3 references to IsPointer
System.Private.CoreLib (3)
System\Reflection\Runtime\TypeInfos\RuntimeHasElementTypeInfo.cs (1)
121
Debug.Assert(IsByRef ||
IsPointer
);
System\Reflection\Runtime\TypeInfos\RuntimeTypeInfo.cs (1)
323
if (!(fromTypeInfo.IsGenericTypeDefinition || fromTypeInfo.
IsPointer
))
System\RuntimeType.NativeAot.cs (1)
302
return GetRuntimeTypeInfo().
IsPointer
;