Base:
property
IsGenericMethodDefinition
System.Reflection.TypeLoading.RoMethod.IsGenericMethodDefinition
2 references to IsGenericMethodDefinition
System.Reflection.MetadataLoadContext (2)
System\Reflection\TypeLoading\Methods\RoDefinitionMethod.cs (2)
98
public sealed override MethodInfo GetGenericMethodDefinition() =>
IsGenericMethodDefinition
? this : throw new InvalidOperationException(); // Very uninformative but compatible exception
106
if (!
IsGenericMethodDefinition
)