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