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