Base:
4 overrides of MakeGenericMethod
System.Reflection.MetadataLoadContext (4)
System\Reflection\TypeLoading\General\Sentinels.cs (1)
41
public sealed override MethodInfo
MakeGenericMethod
(params Type[] typeArguments) => throw null!;
System\Reflection\TypeLoading\Methods\RoConstructedGenericMethod.cs (1)
52
public sealed override MethodInfo
MakeGenericMethod
(params Type[] typeArguments) => throw new InvalidOperationException(SR.Format(SR.Arg_NotGenericMethodDefinition, this));
System\Reflection\TypeLoading\Methods\RoDefinitionMethod.cs (1)
101
public sealed override MethodInfo
MakeGenericMethod
(params Type[] typeArguments)
System\Reflection\TypeLoading\Methods\RoSyntheticMethod.cs (1)
88
public sealed override MethodInfo
MakeGenericMethod
(params Type[] typeArguments) => throw new InvalidOperationException(SR.Format(SR.Arg_NotGenericMethodDefinition, this));