6 writes to PromotedEnlistment
System.Transactions.Local (6)
System\Transactions\DurableEnlistmentState.cs (1)
70enlistment.PromotedEnlistment = promotedEnlistment;
System\Transactions\TransactionManager.cs (1)
211returnValue.InternalEnlistment.PromotedEnlistment =
System\Transactions\TransactionState.cs (4)
1678en.InternalEnlistment.PromotedEnlistment = 1707en.InternalEnlistment.PromotedEnlistment = 1744en.InternalEnlistment.PromotedEnlistment = 1785en.InternalEnlistment.PromotedEnlistment =
14 references to PromotedEnlistment
System.Transactions.Local (14)
System\Transactions\EnlistmentState.cs (14)
118Debug.Assert(enlistment.PromotedEnlistment != null); 119enlistment.PromotedEnlistment.EnlistmentDone(); 132Debug.Assert(enlistment.PromotedEnlistment != null); 133enlistment.PromotedEnlistment.Prepared(); 146Debug.Assert(enlistment.PromotedEnlistment != null); 147enlistment.PromotedEnlistment.ForceRollback(e); 160Debug.Assert(enlistment.PromotedEnlistment != null); 161enlistment.PromotedEnlistment.Committed(); 174Debug.Assert(enlistment.PromotedEnlistment != null); 175enlistment.PromotedEnlistment.Aborted(e); 188Debug.Assert(enlistment.PromotedEnlistment != null); 189enlistment.PromotedEnlistment.InDoubt(e); 202Debug.Assert(enlistment.PromotedEnlistment != null); 203return enlistment.PromotedEnlistment.GetRecoveryInformation();