12 references to EnlistmentStatus
System.Transactions.Local (12)
System\Transactions\DurableEnlistmentState.cs (2)
99
etwLog.
EnlistmentStatus
(TraceSourceType.TraceSourceLtm, enlistment.EnlistmentTraceId, NotificationCall.Rollback);
150
etwLog.
EnlistmentStatus
(TraceSourceType.TraceSourceLtm, enlistment.EnlistmentTraceId, NotificationCall.SinglePhaseCommit);
System\Transactions\TransactionState.cs (5)
3273
etwLog.
EnlistmentStatus
(TraceSourceType.TraceSourceLtm, tx._durableEnlistment.EnlistmentTraceId, NotificationCall.Promote);
3851
etwLog.
EnlistmentStatus
(TraceSourceType.TraceSourceLtm, tx._durableEnlistment.EnlistmentTraceId, NotificationCall.SinglePhaseCommit);
4259
etwLog.
EnlistmentStatus
(TraceSourceType.TraceSourceLtm, tx._durableEnlistment.EnlistmentTraceId, NotificationCall.Promote);
4620
etwLog.
EnlistmentStatus
(TraceSourceType.TraceSourceLtm, tx._durableEnlistment.EnlistmentTraceId, NotificationCall.SinglePhaseCommit);
4656
etwLog.
EnlistmentStatus
(TraceSourceType.TraceSourceLtm, tx._durableEnlistment.EnlistmentTraceId, NotificationCall.Rollback);
System\Transactions\VolatileEnlistmentState.cs (5)
144
etwLog.
EnlistmentStatus
(TraceSourceType.TraceSourceLtm, enlistment.EnlistmentTraceId, NotificationCall.Prepare);
216
etwLog.
EnlistmentStatus
(TraceSourceType.TraceSourceLtm, enlistment.EnlistmentTraceId, NotificationCall.SinglePhaseCommit);
369
etwLog.
EnlistmentStatus
(TraceSourceType.TraceSourceLtm, enlistment.EnlistmentTraceId, NotificationCall.Rollback);
412
etwLog.
EnlistmentStatus
(TraceSourceType.TraceSourceLtm, enlistment.EnlistmentTraceId, NotificationCall.Commit);
446
etwLog.
EnlistmentStatus
(TraceSourceType.TraceSourceLtm, enlistment.EnlistmentTraceId, NotificationCall.InDoubt);