Base:
method
IsPointerImpl
System.Type.IsPointerImpl()
3 overrides of IsPointerImpl
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Reflection\SignatureConstructedGenericType.cs (1)
36
protected sealed override bool
IsPointerImpl
() => false;
src\libraries\System.Private.CoreLib\src\System\Reflection\SignatureGenericParameterType.cs (1)
23
protected sealed override bool
IsPointerImpl
() => false;
src\libraries\System.Private.CoreLib\src\System\Reflection\SignatureHasElementType.cs (1)
23
protected abstract override bool
IsPointerImpl
();