Base:
property
IsGenericTypeDefinition
System.Type.IsGenericTypeDefinition
6 references to IsGenericTypeDefinition
System.Private.CoreLib (6)
src\System\Reflection\RuntimeCustomAttributeData.cs (2)
1251
if (type.IsGenericType && !type.
IsGenericTypeDefinition
)
1714
if (attributeFilterType.
IsGenericTypeDefinition
)
src\System\RuntimeType.CoreCLR.cs (4)
1648
if (m_runtimeType.
IsGenericTypeDefinition
)
1881
if (baseDefinition.IsGenericType && !baseType.
IsGenericTypeDefinition
)
3609
if (!
IsGenericTypeDefinition
)
3736
if (this.
IsGenericTypeDefinition
)