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