/// <summary>
 ///     Loads <c>ref obj</c> onto the evaluation stack
 /// </summary>
 public void LoadObjByRef()
 {
     Il.Ldarga(0);
 }