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)
36
protected sealed override bool
IsPointerImpl
() => false;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\SignatureFunctionPointerType.cs (1)
68
protected override bool
IsPointerImpl
() => false;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\SignatureGenericParameterType.cs (1)
23
protected sealed override bool
IsPointerImpl
() => false;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\SignatureHasElementType.cs (1)
23
protected abstract override bool
IsPointerImpl
();
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\SignatureModifiedType.cs (1)
52
protected override bool
IsPointerImpl
() => _unmodifiedType.IsPointer;