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)
114
if (rt.
IsGenericType
)
125
if (t.
IsGenericType
)
1101
if (rt.
IsGenericType
)
1122
if (rt.
IsGenericType
)
src\System\Delegate.CoreCLR.cs (1)
170
if (declaringType.
IsGenericType
)
src\System\MulticastDelegate.CoreCLR.cs (1)
527
if (declaringType.
IsGenericType
)
src\System\Reflection\Emit\DynamicILGenerator.cs (3)
68
token = declaringType != null && (declaringType.
IsGenericType
|| declaringType.IsArray) ?
117
int token = declaringType != null && (declaringType.
IsGenericType
|| declaringType.IsArray) ?
1012
if (type.
IsGenericType
)
src\System\Reflection\RuntimeModule.cs (1)
200
if (declaringType.
IsGenericType
|| declaringType.IsArray)
src\System\Runtime\InteropServices\Marshal.CoreCLR.cs (1)
313
if (rt.
IsGenericType
)
src\System\RuntimeType.CoreCLR.cs (6)
861
bool needsStaticFieldForGeneric = declaringType.
IsGenericType
&& !RuntimeTypeHandle.ContainsGenericVariables(declaringType);
978
if (iFace.
IsGenericType
&& filter.Match(RuntimeTypeHandle.GetUtf8Name(iFace)))
1612
Debug.Assert(m_runtimeType.
IsGenericType
);
1842
else if (declaredType.
IsGenericType
)
1853
if (baseDefinition.
IsGenericType
&& !baseType.IsGenericTypeDefinition)
3527
if (!
IsGenericType
)