Base:
7 overrides of GetFunctionPointerParameterTypes
System.Reflection.MetadataLoadContext (7)
System\Reflection\TypeLoading\Types\RoConstructedGenericType.cs (1)
59
public sealed override Type[]
GetFunctionPointerParameterTypes
() => throw new InvalidOperationException(SR.InvalidOperation_NotFunctionPointer);
System\Reflection\TypeLoading\Types\RoDefinitionType.cs (1)
232
public sealed override Type[]
GetFunctionPointerParameterTypes
() => throw new InvalidOperationException(SR.InvalidOperation_NotFunctionPointer);
System\Reflection\TypeLoading\Types\RoFunctionPointerType.cs (1)
50
public sealed override Type[]
GetFunctionPointerParameterTypes
() => _parameterTypes.CloneArrayToUnmodifiedTypes();
System\Reflection\TypeLoading\Types\RoGenericParameterType.cs (1)
61
public sealed override Type[]
GetFunctionPointerParameterTypes
() => throw new InvalidOperationException(SR.InvalidOperation_NotFunctionPointer);
System\Reflection\TypeLoading\Types\RoHasElementType.cs (1)
74
public sealed override Type[]
GetFunctionPointerParameterTypes
() => throw new InvalidOperationException(SR.InvalidOperation_NotFunctionPointer);
System\Reflection\TypeLoading\Types\RoModifiedType.cs (1)
179
public override Type[]
GetFunctionPointerParameterTypes
() => throw new InvalidOperationException(SR.InvalidOperation_NotFunctionPointer);
System\Reflection\TypeLoading\Types\RoStubType.cs (1)
67
public sealed override Type[]
GetFunctionPointerParameterTypes
() => throw null!;