Base:
property
IsGenericTypeDefinition
System.Type.IsGenericTypeDefinition
5 references to IsGenericTypeDefinition
System.Private.CoreLib (5)
src\System\Reflection\RuntimeCustomAttributeData.cs (2)
1251if (type.IsGenericType && !type.IsGenericTypeDefinition) 1714if (attributeFilterType.IsGenericTypeDefinition)
src\System\RuntimeType.CoreCLR.cs (3)
1620if (m_runtimeType.IsGenericTypeDefinition) 1853if (baseDefinition.IsGenericType && !baseType.IsGenericTypeDefinition) 3575if (!IsGenericTypeDefinition)