2 implementations of Prepared
System.Transactions (2)
System\Transactions\Oletx\OletxEnlistment.cs (1)
991public void Prepared()
System\Transactions\Oletx\OletxVolatileEnlistment.cs (1)
1532void IPromotedEnlistment.Prepared()
3 references to Prepared
System.Transactions (3)
System\Transactions\EnlistmentState.cs (1)
196enlistment.PromotedEnlistment.Prepared();
System\Transactions\TransactionState.cs (2)
3321tx.phase0Volatiles.VolatileDemux.oletxEnlistment.Prepared(); 3437tx.phase1Volatiles.VolatileDemux.oletxEnlistment.Prepared();