1 implementation of IsGenericMethodDefinition
System.Private.CoreLib (1)
System\Reflection\Runtime\MethodInfos\NativeFormat\NativeFormatMethodCommon.cs (1)
25public bool IsGenericMethodDefinition => GenericParameterCount != 0;
1 reference to IsGenericMethodDefinition
System.Private.CoreLib (1)
System\Reflection\Runtime\MethodInfos\RuntimeNamedMethodInfo.cs (1)
105return _common.IsGenericMethodDefinition;