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