3 references to GetGenericTypeParameters
System.Private.CoreLib (3)
System\Reflection\Runtime\General\Assignability.cs (2)
45fromTypeInfo = fromTypeInfo.GetGenericTypeDefinition().MakeGenericType(fromTypeInfo.GetGenericTypeParameters()); 201Type[] genericTypeParameters = genericTypeDefinition.GetGenericTypeParameters();
System\Reflection\Runtime\MethodInfos\CustomMethodMapper.Nullable.cs (1)
27Type theT = type.GetGenericTypeParameters()[0];