Base:
method
IsPointerImpl
System.Type.IsPointerImpl()
5 overrides of IsPointerImpl
System.Private.CoreLib (5)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\SignatureConstructedGenericType.cs (1)
36protected sealed override bool IsPointerImpl() => false;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\SignatureFunctionPointerType.cs (1)
68protected override bool IsPointerImpl() => false;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\SignatureGenericParameterType.cs (1)
23protected sealed override bool IsPointerImpl() => false;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\SignatureHasElementType.cs (1)
23protected abstract override bool IsPointerImpl();
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\SignatureModifiedType.cs (1)
52protected override bool IsPointerImpl() => _unmodifiedType.IsPointer;