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