3 references to Arg_NotGenericMethodDefinition
System.Reflection.MetadataLoadContext (3)
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)
106
throw new InvalidOperationException(SR.Format(SR.
Arg_NotGenericMethodDefinition
, this));
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));