2 references to IsPointer
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Reflection\MethodInvokerCommon.cs (1)
53if (RuntimeTypeHandle.IsPointer(type))
src\libraries\System.Private.CoreLib\src\System\RuntimeType.cs (1)
255protected override bool IsPointerImpl() => RuntimeTypeHandle.IsPointer(this);