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