Base:
method
GetGenericMethodDefinition
System.Reflection.MethodInfo.GetGenericMethodDefinition()
2 references to GetGenericMethodDefinition
System.Private.CoreLib (2)
src\System\Reflection\RuntimeCustomAttributeData.cs (1)
1294method = (method.GetGenericMethodDefinition() as RuntimeMethodInfo)!;
src\System\RuntimeType.CoreCLR.cs (1)
2768? targetMethod.GetGenericMethodDefinition() : targetMethod!;