/// <summary>
 /// Resets few states in the core to prepare the core for a new
 /// delta code compilation and execution
 /// </summary>
 private void ResetForDeltaASTExecution()
 {
     runnerCore.ResetForDeltaASTExecution();
 }