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