Base:
7 overrides of HasElementTypeImpl
System.Reflection.MetadataLoadContext (7)
System\Reflection\TypeLoading\Types\RoConstructedGenericType.cs (1)
32protected sealed override bool HasElementTypeImpl() => false;
System\Reflection\TypeLoading\Types\RoDefinitionType.cs (1)
22protected sealed override bool HasElementTypeImpl() => false;
System\Reflection\TypeLoading\Types\RoFunctionPointerType.cs (1)
140protected sealed override bool HasElementTypeImpl() => false;
System\Reflection\TypeLoading\Types\RoGenericParameterType.cs (1)
22protected sealed override bool HasElementTypeImpl() => false;
System\Reflection\TypeLoading\Types\RoHasElementType.cs (1)
28protected sealed override bool HasElementTypeImpl() => true;
System\Reflection\TypeLoading\Types\RoModifiedType.cs (1)
125protected override bool HasElementTypeImpl() => _unmodifiedType.Call_HasElementTypeImpl();
System\Reflection\TypeLoading\Types\RoStubType.cs (1)
18protected sealed override bool HasElementTypeImpl() => throw null!;
1 reference to HasElementTypeImpl
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Types\RoType.cs (1)
40internal bool Call_HasElementTypeImpl() => HasElementTypeImpl();