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)
31
protected sealed override bool
HasElementTypeImpl
() => false;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\SignatureFunctionPointerType.cs (1)
65
protected override bool
HasElementTypeImpl
() => false;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\SignatureGenericParameterType.cs (1)
18
protected sealed override bool
HasElementTypeImpl
() => false;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\SignatureHasElementType.cs (1)
18
protected sealed override bool
HasElementTypeImpl
() => true;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\SignatureModifiedType.cs (1)
49
protected override bool
HasElementTypeImpl
() => _unmodifiedType.HasElementType;