Base:
property
IsConstructedGenericType
System.Type.IsConstructedGenericType
2 references to IsConstructedGenericType
System.Private.CoreLib (2)
System\Reflection\Runtime\TypeInfos\RuntimeTypeDefinitionTypeInfo.cs (1)
23if (other is RuntimeType otherRuntimeType && otherRuntimeType.IsConstructedGenericType)
System\RuntimeType.NativeAot.cs (1)
460if (IsConstructedGenericType)