1 reference to MakeGenericSignatureType
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\General\TypeExtensions.net.cs (1)
16
public static Type MakeSignatureGenericType(this Type genericTypeDefinition, Type[] typeArguments) => Type.
MakeGenericSignatureType
(genericTypeDefinition, typeArguments);