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