7 references to IsConstructedGenericType
System.Private.CoreLib (7)
src\Internal\VersionResilientHashCode.CoreCLR.cs (2)
31
if (type.IsSimple || type.
IsConstructedGenericType
)
38
if (type.
IsConstructedGenericType
)
src\libraries\System.Private.CoreLib\src\System\Reflection\TypeNameResolver.cs (1)
40
else if (typeName.
IsConstructedGenericType
)
src\libraries\System.Reflection.Metadata\src\System\Reflection\Metadata\TypeName.cs (4)
206
if (
IsConstructedGenericType
)
333
if (
IsConstructedGenericType
)
455
else if (
IsConstructedGenericType
)
498
if (!
IsConstructedGenericType
)