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