Base:
property
IsGenericMethod
System.Reflection.MethodBase.IsGenericMethod
4 references to IsGenericMethod
System.Private.CoreLib (4)
src\System\Reflection\RuntimeMethodInfo.CoreCLR.cs (3)
144if (IsGenericMethod) 454if (!IsGenericMethod) 471if (!IsGenericMethod)
src\System\RuntimeType.CoreCLR.cs (1)
2783im.TargetMethods[i] = (targetMethod is { IsGenericMethod: true, IsGenericMethodDefinition: false })