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)
1097if (type.IsGenericType && !type.IsGenericTypeDefinition) 1321if (attributeFilterType.IsGenericTypeDefinition)
System\Reflection\Runtime\TypeInfos\RuntimeTypeInfo.cs (1)
443if (rtType == typeof(void) || rtType.IsGenericTypeDefinition)
System\RuntimeType.NativeAot.cs (1)
463if (IsGenericTypeDefinition)