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