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)
593if (enlistment != null && enlistment.EnlistmentTraceId.EnlistmentIdentifier != 0) 594EnlistmentDone(enlistment.EnlistmentTraceId.EnlistmentIdentifier); 618if (enlistment != null && enlistment.EnlistmentTraceId.EnlistmentIdentifier != 0) 619EnlistmentPrepared(enlistment.EnlistmentTraceId.EnlistmentIdentifier); 643if (enlistment != null && enlistment.EnlistmentTraceId.EnlistmentIdentifier != 0) 644EnlistmentForceRollback(enlistment.EnlistmentTraceId.EnlistmentIdentifier); 668if (enlistment != null && enlistment.EnlistmentTraceId.EnlistmentIdentifier != 0) 669EnlistmentAborted(enlistment.EnlistmentTraceId.EnlistmentIdentifier); 694if (enlistment != null && enlistment.EnlistmentTraceId.EnlistmentIdentifier != 0) 695EnlistmentCommitted(enlistment.EnlistmentTraceId.EnlistmentIdentifier); 719if (enlistment != null && enlistment.EnlistmentTraceId.EnlistmentIdentifier != 0) 720EnlistmentInDoubt(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); 3270etwLog.EnlistmentStatus(TraceSourceType.TraceSourceLtm, tx._durableEnlistment.EnlistmentTraceId, NotificationCall.Promote); 3419etwLog.TransactionstateEnlist(enlistment.InternalEnlistment.EnlistmentTraceId, EnlistmentType.Volatile, enlistmentOptions); 3446etwLog.TransactionstateEnlist(enlistment.InternalEnlistment.EnlistmentTraceId, EnlistmentType.Volatile, enlistmentOptions); 3848etwLog.EnlistmentStatus(TraceSourceType.TraceSourceLtm, tx._durableEnlistment.EnlistmentTraceId, NotificationCall.SinglePhaseCommit); 4256etwLog.EnlistmentStatus(TraceSourceType.TraceSourceLtm, tx._durableEnlistment.EnlistmentTraceId, NotificationCall.Promote); 4617etwLog.EnlistmentStatus(TraceSourceType.TraceSourceLtm, tx._durableEnlistment.EnlistmentTraceId, NotificationCall.SinglePhaseCommit); 4653etwLog.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);