public void AddEvent(Action callback) { Ldarg_0(); Ldarg(nameof(callback)); Call(MethodRef.EventAdd(typeof(MethodRefTestCases), nameof(Event))); }