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)
1097
if (type.
IsGenericType
&& !type.IsGenericTypeDefinition)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshal.cs (4)
114
if (rt.
IsGenericType
)
125
if (t.
IsGenericType
)
1203
if (rt.
IsGenericType
)
1224
if (rt.
IsGenericType
)