6 writes to PromotedEnlistment
System.Transactions (6)
System\Transactions\DurableEnlistmentState.cs (1)
188
enlistment.
PromotedEnlistment
= promotedEnlistment;
System\Transactions\TransactionManager.cs (1)
273
returnValue.InternalEnlistment.
PromotedEnlistment
=
System\Transactions\TransactionState.cs (4)
2423
en.InternalEnlistment.
PromotedEnlistment
=
2455
en.InternalEnlistment.
PromotedEnlistment
=
2495
en.InternalEnlistment.
PromotedEnlistment
=
2539
en.InternalEnlistment.
PromotedEnlistment
=
7 references to PromotedEnlistment
System.Transactions (7)
System\Transactions\EnlistmentState.cs (7)
179
enlistment.
PromotedEnlistment
.EnlistmentDone();
196
enlistment.
PromotedEnlistment
.Prepared();
213
enlistment.
PromotedEnlistment
.ForceRollback( e );
230
enlistment.
PromotedEnlistment
.Committed();
247
enlistment.
PromotedEnlistment
.Aborted( e );
264
enlistment.
PromotedEnlistment
.InDoubt( e );
281
return enlistment.
PromotedEnlistment
.GetRecoveryInformation();