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