Base:
method
HasElementTypeImpl
System.Type.HasElementTypeImpl()
5 overrides of HasElementTypeImpl
System.Private.CoreLib (5)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\SignatureConstructedGenericType.cs (1)
31protected sealed override bool HasElementTypeImpl() => false;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\SignatureFunctionPointerType.cs (1)
65protected override bool HasElementTypeImpl() => false;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\SignatureGenericParameterType.cs (1)
18protected sealed override bool HasElementTypeImpl() => false;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\SignatureHasElementType.cs (1)
18protected sealed override bool HasElementTypeImpl() => true;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\SignatureModifiedType.cs (1)
49protected override bool HasElementTypeImpl() => _unmodifiedType.HasElementType;