<PackageReference Include="Newtonsoft.Json" Version="6.0.6" />

ILGeneratorExtensions

static class ILGeneratorExtensions
public static void BoxIfNeeded(this ILGenerator generator, Type type)

public static void CallMethod(this ILGenerator generator, MethodInfo methodInfo)

public static void PushArrayInstance(this ILGenerator generator, int argsIndex, int arrayIndex)

public static void PushInstance(this ILGenerator generator, Type type)

public static void Return(this ILGenerator generator)

public static void UnboxIfNeeded(this ILGenerator generator, Type type)