33 references to IPromotedEnlistment
System.Transactions.Local (33)
System\Transactions\DurableEnlistmentState.cs (1)
67
internal override void ChangeStatePromoted(InternalEnlistment enlistment,
IPromotedEnlistment
promotedEnlistment)
System\Transactions\Enlistment.cs (7)
88
private
IPromotedEnlistment
? _promotedEnlistment;
182
internal
IPromotedEnlistment
? PromotedEnlistment
254
void ISinglePhaseNotificationInternal.SinglePhaseCommit(
IPromotedEnlistment
singlePhaseEnlistment)
273
void IEnlistmentNotificationInternal.Prepare(
IPromotedEnlistment
preparingEnlistment)
280
void IEnlistmentNotificationInternal.Commit(
IPromotedEnlistment
enlistment)
287
void IEnlistmentNotificationInternal.Rollback(
IPromotedEnlistment
enlistment)
294
void IEnlistmentNotificationInternal.InDoubt(
IPromotedEnlistment
enlistment)
System\Transactions\EnlistmentState.cs (1)
81
internal virtual void ChangeStatePromoted(InternalEnlistment enlistment,
IPromotedEnlistment
promotedEnlistment)
System\Transactions\IEnlistmentNotification.cs (4)
8
void Prepare(
IPromotedEnlistment
preparingEnlistment);
10
void Commit(
IPromotedEnlistment
enlistment);
12
void Rollback(
IPromotedEnlistment
enlistment);
14
void InDoubt(
IPromotedEnlistment
enlistment);
System\Transactions\ISinglePhaseNotification.cs (1)
8
void SinglePhaseCommit(
IPromotedEnlistment
singlePhaseEnlistment);
System\Transactions\NonWindowsUnsupported.cs (4)
22
internal
IPromotedEnlistment
ReenlistTransaction(
79
internal
IPromotedEnlistment
EnlistVolatile(
84
internal
IPromotedEnlistment
EnlistDurable(
97
internal
IPromotedEnlistment
EnlistVolatile(
System\Transactions\TransactionState.cs (1)
2272
IPromotedEnlistment
promotedEnlistment = tx.PromotedTransaction.EnlistDurable(
System\Transactions\VolatileEnlistmentMultiplexing.cs (14)
21
internal
IPromotedEnlistment
? _promotedEnlistment;
22
internal
IPromotedEnlistment
? _preparingEnlistment;
239
public abstract void Prepare(
IPromotedEnlistment
en);
241
public abstract void Commit(
IPromotedEnlistment
en);
243
public abstract void Rollback(
IPromotedEnlistment
en);
245
public abstract void InDoubt(
IPromotedEnlistment
en);
312
public override void Prepare(
IPromotedEnlistment
en)
319
public override void Commit(
IPromotedEnlistment
en)
326
public override void Rollback(
IPromotedEnlistment
en)
333
public override void InDoubt(
IPromotedEnlistment
en)
405
public override void Prepare(
IPromotedEnlistment
en)
412
public override void Commit(
IPromotedEnlistment
en)
419
public override void Rollback(
IPromotedEnlistment
en)
426
public override void InDoubt(
IPromotedEnlistment
en)