2 writes to phase0WaveDependentClone
System.Transactions (2)
System\Transactions\TransactionState.cs (2)
2661tx.phase0WaveDependentClone = null; 2741tx.phase0WaveDependentClone = tx.PromotedTransaction.DependentClone( true );
2 references to phase0WaveDependentClone
System.Transactions (2)
System\Transactions\TransactionState.cs (2)
2660Oletx.OletxDependentTransaction dtx = tx.phase0WaveDependentClone; 2739if ( tx.phase0WaveDependentClone == null )