2 implementations of Prepared
System.Transactions.Local (2)
System\Transactions\Oletx\OletxEnlistment.cs (1)
847public void Prepared()
System\Transactions\Oletx\OletxVolatileEnlistment.cs (1)
1358void IPromotedEnlistment.Prepared()
3 references to Prepared
System.Transactions.Local (3)
System\Transactions\EnlistmentState.cs (1)
133enlistment.PromotedEnlistment.Prepared();
System\Transactions\TransactionState.cs (2)
2543tx._phase0Volatiles.VolatileDemux._promotedEnlistment.Prepared(); 2648tx._phase1Volatiles.VolatileDemux._promotedEnlistment.Prepared();