Base:
property
IsConstructedGenericType
System.Type.IsConstructedGenericType
3 references to IsConstructedGenericType
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\RuntimeCustomAttributeData.cs (1)
1325if (type.IsConstructedGenericType && type.GetGenericTypeDefinition() == attributeFilterType)
System\Reflection\Runtime\TypeInfos\RuntimeTypeDefinitionTypeInfo.cs (1)
23if (other is RuntimeType otherRuntimeType && otherRuntimeType.IsConstructedGenericType)
System\RuntimeType.NativeAot.cs (1)
461if (IsConstructedGenericType)