Base:
property
IsGenericMethod
System.Reflection.MethodBase.IsGenericMethod
10 references to IsGenericMethod
mscorlib (10)
system\reflection\customattribute.cs (1)
1438if (method.IsGenericMethod && !method.IsGenericMethodDefinition)
system\reflection\methodinfo.cs (9)
164if (IsGenericMethod && !IsGenericMethodDefinition) 220else if (IsGenericMethod) 346if (IsGenericMethod) 425if (IsGenericMethod) 434if (!IsGenericMethod) 444if (mi == null || !mi.IsGenericMethod) 988if (!IsGenericMethod) 1012if (!IsGenericMethod) 1045IsGenericMethod & !IsGenericMethodDefinition ? GetGenericArguments() : null);