1 override of IsGenericTypeDefinition
System.Private.CoreLib (1)
System\Reflection\Runtime\TypeInfos\NativeFormat\NativeFormatRuntimeNamedTypeInfo.cs (1)
98
public sealed override bool
IsGenericTypeDefinition
11 references to IsGenericTypeDefinition
System.Private.CoreLib (11)
System\Reflection\Runtime\General\TypeUnifier.cs (1)
391
if (genericTypeArgument.IsByRef || genericTypeArgument.
IsGenericTypeDefinition
)
System\Reflection\Runtime\TypeInfos\RuntimeNamedTypeInfo.cs (1)
30
return
IsGenericTypeDefinition
;
System\Reflection\Runtime\TypeInfos\RuntimeTypeInfo.cs (8)
57
public bool IsGenericType =>
IsGenericTypeDefinition
|| IsConstructedGenericType;
263
if (!typeHandle.IsNull() && !
IsGenericTypeDefinition
)
323
if (!(fromTypeInfo.
IsGenericTypeDefinition
|| fromTypeInfo.IsPointer))
398
Debug.Assert(!
IsGenericTypeDefinition
&& !IsConstructedGenericType);
426
if (this.
IsGenericTypeDefinition
)
463
if (!
IsGenericTypeDefinition
)
503
if (runtimeTypeArgument.
IsGenericTypeDefinition
)
538
if (!
IsGenericTypeDefinition
&& ContainsGenericParameters)
System\RuntimeType.NativeAot.cs (1)
407
return GetRuntimeTypeInfo().
IsGenericTypeDefinition
;