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)
3270
etwLog.
EnlistmentStatus
(TraceSourceType.TraceSourceLtm, tx._durableEnlistment.EnlistmentTraceId, NotificationCall.Promote);
3848
etwLog.
EnlistmentStatus
(TraceSourceType.TraceSourceLtm, tx._durableEnlistment.EnlistmentTraceId, NotificationCall.SinglePhaseCommit);
4256
etwLog.
EnlistmentStatus
(TraceSourceType.TraceSourceLtm, tx._durableEnlistment.EnlistmentTraceId, NotificationCall.Promote);
4617
etwLog.
EnlistmentStatus
(TraceSourceType.TraceSourceLtm, tx._durableEnlistment.EnlistmentTraceId, NotificationCall.SinglePhaseCommit);
4653
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);