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