33 references to EnlistmentTraceId
System.Transactions.Local (33)
System\Transactions\DurableEnlistmentState.cs (2)
99etwLog.EnlistmentStatus(TraceSourceType.TraceSourceLtm, enlistment.EnlistmentTraceId, NotificationCall.Rollback); 150etwLog.EnlistmentStatus(TraceSourceType.TraceSourceLtm, enlistment.EnlistmentTraceId, NotificationCall.SinglePhaseCommit);
System\Transactions\TransactionsEtwProvider.cs (12)
599if (enlistment != null && enlistment.EnlistmentTraceId.EnlistmentIdentifier != 0) 600EnlistmentDone(enlistment.EnlistmentTraceId.EnlistmentIdentifier); 624if (enlistment != null && enlistment.EnlistmentTraceId.EnlistmentIdentifier != 0) 625EnlistmentPrepared(enlistment.EnlistmentTraceId.EnlistmentIdentifier); 649if (enlistment != null && enlistment.EnlistmentTraceId.EnlistmentIdentifier != 0) 650EnlistmentForceRollback(enlistment.EnlistmentTraceId.EnlistmentIdentifier); 674if (enlistment != null && enlistment.EnlistmentTraceId.EnlistmentIdentifier != 0) 675EnlistmentAborted(enlistment.EnlistmentTraceId.EnlistmentIdentifier); 700if (enlistment != null && enlistment.EnlistmentTraceId.EnlistmentIdentifier != 0) 701EnlistmentCommitted(enlistment.EnlistmentTraceId.EnlistmentIdentifier); 725if (enlistment != null && enlistment.EnlistmentTraceId.EnlistmentIdentifier != 0) 726EnlistmentInDoubt(enlistment.EnlistmentTraceId.EnlistmentIdentifier);
System\Transactions\TransactionState.cs (14)
579etwLog.TransactionstateEnlist(tx._durableEnlistment.EnlistmentTraceId, EnlistmentType.Durable, EnlistmentOptions.None); 725etwLog.TransactionstateEnlist(enlistment.InternalEnlistment.EnlistmentTraceId, EnlistmentType.Volatile, enlistmentOptions); 751etwLog.TransactionstateEnlist(enlistment.InternalEnlistment.EnlistmentTraceId, EnlistmentType.Volatile, enlistmentOptions); 777etwLog.TransactionstateEnlist(tx._durableEnlistment.EnlistmentTraceId, EnlistmentType.PromotableSinglePhase, EnlistmentOptions.None); 1004etwLog.TransactionstateEnlist(enlistment.InternalEnlistment.EnlistmentTraceId, EnlistmentType.Volatile, enlistmentOptions); 1031etwLog.TransactionstateEnlist(enlistment.InternalEnlistment.EnlistmentTraceId, EnlistmentType.Volatile, enlistmentOptions); 1066etwLog.TransactionstateEnlist(tx._durableEnlistment.EnlistmentTraceId, EnlistmentType.PromotableSinglePhase, EnlistmentOptions.None); 3273etwLog.EnlistmentStatus(TraceSourceType.TraceSourceLtm, tx._durableEnlistment.EnlistmentTraceId, NotificationCall.Promote); 3422etwLog.TransactionstateEnlist(enlistment.InternalEnlistment.EnlistmentTraceId, EnlistmentType.Volatile, enlistmentOptions); 3449etwLog.TransactionstateEnlist(enlistment.InternalEnlistment.EnlistmentTraceId, EnlistmentType.Volatile, enlistmentOptions); 3851etwLog.EnlistmentStatus(TraceSourceType.TraceSourceLtm, tx._durableEnlistment.EnlistmentTraceId, NotificationCall.SinglePhaseCommit); 4259etwLog.EnlistmentStatus(TraceSourceType.TraceSourceLtm, tx._durableEnlistment.EnlistmentTraceId, NotificationCall.Promote); 4620etwLog.EnlistmentStatus(TraceSourceType.TraceSourceLtm, tx._durableEnlistment.EnlistmentTraceId, NotificationCall.SinglePhaseCommit); 4656etwLog.EnlistmentStatus(TraceSourceType.TraceSourceLtm, tx._durableEnlistment.EnlistmentTraceId, NotificationCall.Rollback);
System\Transactions\VolatileEnlistmentState.cs (5)
144etwLog.EnlistmentStatus(TraceSourceType.TraceSourceLtm, enlistment.EnlistmentTraceId, NotificationCall.Prepare); 216etwLog.EnlistmentStatus(TraceSourceType.TraceSourceLtm, enlistment.EnlistmentTraceId, NotificationCall.SinglePhaseCommit); 369etwLog.EnlistmentStatus(TraceSourceType.TraceSourceLtm, enlistment.EnlistmentTraceId, NotificationCall.Rollback); 412etwLog.EnlistmentStatus(TraceSourceType.TraceSourceLtm, enlistment.EnlistmentTraceId, NotificationCall.Commit); 446etwLog.EnlistmentStatus(TraceSourceType.TraceSourceLtm, enlistment.EnlistmentTraceId, NotificationCall.InDoubt);