Base:
property
IsGenericType
System.Type.IsGenericType
19 references to IsGenericType
System.Private.CoreLib (19)
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshal.cs (4)
114if (rt.IsGenericType) 125if (t.IsGenericType) 1201if (rt.IsGenericType) 1222if (rt.IsGenericType)
src\System\Delegate.CoreCLR.cs (1)
170if (declaringType.IsGenericType)
src\System\MulticastDelegate.CoreCLR.cs (1)
528if (declaringType.IsGenericType)
src\System\Reflection\Emit\DynamicILGenerator.cs (3)
69token = declaringType != null && (declaringType.IsGenericType || declaringType.IsArray) ? 118int token = declaringType != null && (declaringType.IsGenericType || declaringType.IsArray) ? 1039if (type.IsGenericType)
src\System\Reflection\RuntimeCustomAttributeData.cs (2)
1251if (type.IsGenericType && !type.IsGenericTypeDefinition) 1654if (attributeType.IsGenericType)
src\System\Reflection\RuntimeModule.cs (1)
200if (declaringType.IsGenericType || declaringType.IsArray)
src\System\Runtime\InteropServices\Marshal.CoreCLR.cs (1)
313if (rt.IsGenericType)
src\System\RuntimeType.CoreCLR.cs (6)
879bool needsStaticFieldForGeneric = declaringType.IsGenericType && !RuntimeTypeHandle.ContainsGenericVariables(declaringType); 1009if (iFace.IsGenericType && filter.Match(RuntimeTypeHandle.GetUtf8Name(iFace))) 1640Debug.Assert(m_runtimeType.IsGenericType); 1870else if (declaredType.IsGenericType) 1881if (baseDefinition.IsGenericType && !baseType.IsGenericTypeDefinition) 3562if (!IsGenericType)