System.Text.Json.Reflection.ReflectionExtensions
public static object CreateInstanceNoWrapExceptions(this Type type, Type[] parameterTypes, object[] parameters)
public static IEnumerable<Type> GetMatchingGenericBaseTypes(this Type type, Type baseTypeDefinition)
public static TAttribute GetUniqueCustomAttribute<TAttribute>(this MemberInfo memberInfo, bool inherit) where TAttribute : Attribute
public static bool TryGetDeserializationConstructor(this Type type, bool useDefaultCtorInAnnotatedStructs, out ConstructorInfo deserializationCtor)
public static bool TryUnifyWith(this Type pattern, Type target, IDictionary<Type, Type> substitution)