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