Base:
property
IsGenericTypeDefinition
System.Type.IsGenericTypeDefinition
4 references to IsGenericTypeDefinition
System.Private.CoreLib (4)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\RuntimeCustomAttributeData.cs (2)
1097
if (type.IsGenericType && !type.
IsGenericTypeDefinition
)
1321
if (attributeFilterType.
IsGenericTypeDefinition
)
System\Reflection\Runtime\TypeInfos\RuntimeTypeInfo.cs (1)
443
if (rtType == typeof(void) || rtType.
IsGenericTypeDefinition
)
System\RuntimeType.NativeAot.cs (1)
463
if (
IsGenericTypeDefinition
)