Base:
property
IsConstructedGenericType
System.Type.IsConstructedGenericType
2 references to IsConstructedGenericType
System.Private.CoreLib (2)
src\System\Reflection\RuntimeCustomAttributeData.cs (1)
1718if (type.IsConstructedGenericType && type.GetGenericTypeDefinition() == attributeFilterType)
src\System\RuntimeHandles.cs (1)
127if (type.IsConstructedGenericType)