Base:
property
IsGenericTypeDefinition
System.Type.IsGenericTypeDefinition
6 references to IsGenericTypeDefinition
mscorlib (6)
system\reflection\customattribute.cs (1)
1337if (type.IsGenericType && !type.IsGenericTypeDefinition)
system\rttype.cs (4)
2065if (baseDefinition.IsGenericType && !baseType.IsGenericTypeDefinition) 2667if (IsGenericType && !IsGenericTypeDefinition) 4209if (!IsGenericTypeDefinition) 4292get { return IsGenericType && !IsGenericTypeDefinition; }
system\unityserializationholder.cs (1)
116if (!type.IsGenericTypeDefinition && type.ContainsGenericParameters)