2 instantiations of SignatureConstructedGenericType
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Type.cs (1)
821
return new
SignatureConstructedGenericType
(genericTypeDefinition, typeArguments);
System\Reflection\Runtime\TypeInfos\RuntimeTypeInfo.cs (1)
496
return new
SignatureConstructedGenericType
(this.ToType(), typeArguments);