public void WithTryFinallyTwoMethods() { for (int i = 0; i < 100; i++) { MyTesting.WithTryFinallyTwoMethods(); } }
public void SingleCall() { for (int i = 0; i < 100; i++) { MyTesting.SingleCall(); } }