Base:
property
IsGenericMethod
System.Reflection.MethodBase.IsGenericMethod
4 overrides of IsGenericMethod
System.Private.CoreLib (4)
System\Reflection\Runtime\MethodInfos\RuntimeConstructedGenericMethodInfo.cs (1)
103
public sealed override bool
IsGenericMethod
System\Reflection\Runtime\MethodInfos\RuntimeDummyMethodInfo.cs (1)
33
public sealed override bool
IsGenericMethod
{ get { throw NotImplemented.ByDesign; } }
System\Reflection\Runtime\MethodInfos\RuntimeNamedMethodInfo.cs (1)
104
public sealed override bool
IsGenericMethod
System\Reflection\Runtime\MethodInfos\RuntimeSyntheticMethodInfo.cs (1)
94
public sealed override bool
IsGenericMethod
2 references to IsGenericMethod
System.Private.CoreLib (2)
Internal\Reflection\Core\Execution\ExecutionDomain.cs (1)
72
if (!runtimeNamedMethodInfo.
IsGenericMethod
|| genericMethodTypeArgumentHandles == null)
System\Reflection\Runtime\MethodInfos\RuntimeMethodInfo.cs (1)
43
if (!
IsGenericMethod
)