Base:
property
IsGenericTypeDefinition
System.Type.IsGenericTypeDefinition
3 references to IsGenericTypeDefinition
System.Private.CoreLib (3)
src\System\RuntimeType.CoreCLR.cs (3)
1620
if (m_runtimeType.
IsGenericTypeDefinition
)
1853
if (baseDefinition.IsGenericType && !baseType.
IsGenericTypeDefinition
)
3575
if (!
IsGenericTypeDefinition
)