Base:
property
IsGenericMethodDefinition
System.Reflection.MethodBase.IsGenericMethodDefinition
4 references to IsGenericMethodDefinition
mscorlib (4)
system\reflection\customattribute.cs (1)
1438if (method.IsGenericMethod && !method.IsGenericMethodDefinition)
system\reflection\methodinfo.cs (3)
164if (IsGenericMethod && !IsGenericMethodDefinition) 925if (!IsGenericMethodDefinition) 1045IsGenericMethod & !IsGenericMethodDefinition ? GetGenericArguments() : null);