Base:
property
IsGenericTypeDefinition
System.Type.IsGenericTypeDefinition
2 references to IsGenericTypeDefinition
System.Private.CoreLib (2)
System\Reflection\Runtime\TypeInfos\RuntimeTypeInfo.cs (1)
435if (rtType == typeof(void) || rtType.IsGenericTypeDefinition)
System\RuntimeType.NativeAot.cs (1)
462if (IsGenericTypeDefinition)