Base:
7 overrides of GetFunctionPointerReturnType
System.Reflection.MetadataLoadContext (7)
System\Reflection\TypeLoading\Types\RoConstructedGenericType.cs (1)
58
public sealed override Type
GetFunctionPointerReturnType
() => throw new InvalidOperationException(SR.InvalidOperation_NotFunctionPointer);
System\Reflection\TypeLoading\Types\RoDefinitionType.cs (1)
231
public sealed override Type
GetFunctionPointerReturnType
() => throw new InvalidOperationException(SR.InvalidOperation_NotFunctionPointer);
System\Reflection\TypeLoading\Types\RoFunctionPointerType.cs (1)
49
public sealed override Type
GetFunctionPointerReturnType
() => _returnType.UnderlyingSystemType;
System\Reflection\TypeLoading\Types\RoGenericParameterType.cs (1)
60
public sealed override Type
GetFunctionPointerReturnType
() => throw new InvalidOperationException(SR.InvalidOperation_NotFunctionPointer);
System\Reflection\TypeLoading\Types\RoHasElementType.cs (1)
73
public sealed override Type
GetFunctionPointerReturnType
() => throw new InvalidOperationException(SR.InvalidOperation_NotFunctionPointer);
System\Reflection\TypeLoading\Types\RoModifiedType.cs (1)
178
public override Type
GetFunctionPointerReturnType
() => throw new InvalidOperationException(SR.InvalidOperation_NotFunctionPointer);
System\Reflection\TypeLoading\Types\RoStubType.cs (1)
66
public sealed override Type
GetFunctionPointerReturnType
() => throw null!;