Base:
property
IsGenericType
System.Type.IsGenericType
13 references to IsGenericType
mscorlib (13)
system\collections\generic\comparer.cs (1)
64
if (t.
IsGenericType
&& t.GetGenericTypeDefinition() == typeof(Nullable<>)) {
system\collections\generic\equalitycomparer.cs (1)
53
if (t.
IsGenericType
&& t.GetGenericTypeDefinition() == typeof(Nullable<>)) {
system\reflection\customattribute.cs (2)
1337
if (type.
IsGenericType
&& !type.IsGenericTypeDefinition)
2210
if (type.
IsGenericType
)
system\reflection\emit\dynamicilgenerator.cs (2)
109
if (declaringType != null && (declaringType.
IsGenericType
|| declaringType.IsArray))
163
if (declaringType != null && (declaringType.
IsGenericType
|| declaringType.IsArray))
system\reflection\module.cs (1)
812
if (declaringType.
IsGenericType
|| declaringType.IsArray)
system\rttype.cs (6)
1076
if (iFace.
IsGenericType
&& filter.Match(RuntimeTypeHandle.GetUtf8Name(iFace)))
2054
else if (declaredType.
IsGenericType
)
2065
if (baseDefinition.
IsGenericType
&& !baseType.IsGenericTypeDefinition)
2667
if (
IsGenericType
&& !IsGenericTypeDefinition)
4278
if (!
IsGenericType
)
4292
get { return
IsGenericType
&& !IsGenericTypeDefinition; }