Example #1
0
 internal override void AddDependentClone()
 {
     lock (this)
     {
         if (-1 != base.phase)
         {
             throw TransactionException.CreateTransactionStateException(System.Transactions.SR.GetString("TraceSourceOletx"), null);
         }
         base.incompleteDependentClones++;
     }
 }