26 references to InternalEnlistment
System.Transactions.Local (26)
System\Transactions\TransactionManager.cs (3)
209
EnlistmentState.EnlistmentStatePromoted.EnterState(returnValue.
InternalEnlistment
);
211
returnValue.
InternalEnlistment
.PromotedEnlistment =
215
(RecoveringInternalEnlistment)returnValue.
InternalEnlistment
System\Transactions\TransactionState.cs (23)
506
enlistments._volatileEnlistments[enlistments._volatileEnlistmentCount] = enlistment.
InternalEnlistment
;
573
tx._durableEnlistment = en.
InternalEnlistment
;
725
etwLog.TransactionstateEnlist(enlistment.
InternalEnlistment
.EnlistmentTraceId, EnlistmentType.Volatile, enlistmentOptions);
751
etwLog.TransactionstateEnlist(enlistment.
InternalEnlistment
.EnlistmentTraceId, EnlistmentType.Volatile, enlistmentOptions);
773
tx._durableEnlistment = en.
InternalEnlistment
;
1004
etwLog.TransactionstateEnlist(enlistment.
InternalEnlistment
.EnlistmentTraceId, EnlistmentType.Volatile, enlistmentOptions);
1031
etwLog.TransactionstateEnlist(enlistment.
InternalEnlistment
.EnlistmentTraceId, EnlistmentType.Volatile, enlistmentOptions);
1062
tx._durableEnlistment = en.
InternalEnlistment
;
1676
EnlistmentState.EnlistmentStatePromoted.EnterState(en.
InternalEnlistment
);
1678
en.
InternalEnlistment
.PromotedEnlistment =
1680
en.
InternalEnlistment
, enlistmentOptions);
1705
EnlistmentState.EnlistmentStatePromoted.EnterState(en.
InternalEnlistment
);
1707
en.
InternalEnlistment
.PromotedEnlistment =
1709
en.
InternalEnlistment
, enlistmentOptions);
1742
EnlistmentState.EnlistmentStatePromoted.EnterState(en.
InternalEnlistment
);
1744
en.
InternalEnlistment
.PromotedEnlistment =
1747
(DurableInternalEnlistment)en.
InternalEnlistment
,
1783
EnlistmentState.EnlistmentStatePromoted.EnterState(en.
InternalEnlistment
);
1785
en.
InternalEnlistment
.PromotedEnlistment =
1788
(DurableInternalEnlistment)en.
InternalEnlistment
,
3422
etwLog.TransactionstateEnlist(enlistment.
InternalEnlistment
.EnlistmentTraceId, EnlistmentType.Volatile, enlistmentOptions);
3449
etwLog.TransactionstateEnlist(enlistment.
InternalEnlistment
.EnlistmentTraceId, EnlistmentType.Volatile, enlistmentOptions);
4557
tx._durableEnlistment = enlistment.
InternalEnlistment
;