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