33 references to EnlistmentTraceId
System.Transactions.Local (33)
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\TransactionsEtwProvider.cs (12)
599
if (enlistment != null && enlistment.
EnlistmentTraceId
.EnlistmentIdentifier != 0)
600
EnlistmentDone(enlistment.
EnlistmentTraceId
.EnlistmentIdentifier);
624
if (enlistment != null && enlistment.
EnlistmentTraceId
.EnlistmentIdentifier != 0)
625
EnlistmentPrepared(enlistment.
EnlistmentTraceId
.EnlistmentIdentifier);
649
if (enlistment != null && enlistment.
EnlistmentTraceId
.EnlistmentIdentifier != 0)
650
EnlistmentForceRollback(enlistment.
EnlistmentTraceId
.EnlistmentIdentifier);
674
if (enlistment != null && enlistment.
EnlistmentTraceId
.EnlistmentIdentifier != 0)
675
EnlistmentAborted(enlistment.
EnlistmentTraceId
.EnlistmentIdentifier);
700
if (enlistment != null && enlistment.
EnlistmentTraceId
.EnlistmentIdentifier != 0)
701
EnlistmentCommitted(enlistment.
EnlistmentTraceId
.EnlistmentIdentifier);
725
if (enlistment != null && enlistment.
EnlistmentTraceId
.EnlistmentIdentifier != 0)
726
EnlistmentInDoubt(enlistment.
EnlistmentTraceId
.EnlistmentIdentifier);
System\Transactions\TransactionState.cs (14)
579
etwLog.TransactionstateEnlist(tx._durableEnlistment.
EnlistmentTraceId
, EnlistmentType.Durable, EnlistmentOptions.None);
725
etwLog.TransactionstateEnlist(enlistment.InternalEnlistment.
EnlistmentTraceId
, EnlistmentType.Volatile, enlistmentOptions);
751
etwLog.TransactionstateEnlist(enlistment.InternalEnlistment.
EnlistmentTraceId
, EnlistmentType.Volatile, enlistmentOptions);
777
etwLog.TransactionstateEnlist(tx._durableEnlistment.
EnlistmentTraceId
, EnlistmentType.PromotableSinglePhase, EnlistmentOptions.None);
1004
etwLog.TransactionstateEnlist(enlistment.InternalEnlistment.
EnlistmentTraceId
, EnlistmentType.Volatile, enlistmentOptions);
1031
etwLog.TransactionstateEnlist(enlistment.InternalEnlistment.
EnlistmentTraceId
, EnlistmentType.Volatile, enlistmentOptions);
1066
etwLog.TransactionstateEnlist(tx._durableEnlistment.
EnlistmentTraceId
, EnlistmentType.PromotableSinglePhase, EnlistmentOptions.None);
3273
etwLog.EnlistmentStatus(TraceSourceType.TraceSourceLtm, tx._durableEnlistment.
EnlistmentTraceId
, NotificationCall.Promote);
3422
etwLog.TransactionstateEnlist(enlistment.InternalEnlistment.
EnlistmentTraceId
, EnlistmentType.Volatile, enlistmentOptions);
3449
etwLog.TransactionstateEnlist(enlistment.InternalEnlistment.
EnlistmentTraceId
, EnlistmentType.Volatile, enlistmentOptions);
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);