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