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