Base:
property
IsGenericType
System.Type.IsGenericType
5 references to IsGenericType
System.Private.CoreLib (5)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\RuntimeCustomAttributeData.cs (1)
1097if (type.IsGenericType && !type.IsGenericTypeDefinition)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshal.cs (4)
114if (rt.IsGenericType) 125if (t.IsGenericType) 1203if (rt.IsGenericType) 1224if (rt.IsGenericType)