Base:
property
IsGenericType
System.Type.IsGenericType
17 references to IsGenericType
System.Private.CoreLib (17)
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshal.cs (4)
114if (rt.IsGenericType) 125if (t.IsGenericType) 1101if (rt.IsGenericType) 1122if (rt.IsGenericType)
src\System\Delegate.CoreCLR.cs (1)
170if (declaringType.IsGenericType)
src\System\MulticastDelegate.CoreCLR.cs (1)
527if (declaringType.IsGenericType)
src\System\Reflection\Emit\DynamicILGenerator.cs (3)
68token = declaringType != null && (declaringType.IsGenericType || declaringType.IsArray) ? 117int token = declaringType != null && (declaringType.IsGenericType || declaringType.IsArray) ? 1012if (type.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)
872bool needsStaticFieldForGeneric = declaringType.IsGenericType && !RuntimeTypeHandle.ContainsGenericVariables(declaringType); 989if (iFace.IsGenericType && filter.Match(RuntimeTypeHandle.GetUtf8Name(iFace))) 1631Debug.Assert(m_runtimeType.IsGenericType); 1861else if (declaredType.IsGenericType) 1872if (baseDefinition.IsGenericType && !baseType.IsGenericTypeDefinition) 3545if (!IsGenericType)