4 references to EnlistmentTraceId
System.Transactions.Local (4)
System\Transactions\Oletx\OletxEnlistment.cs (2)
839
etwLog.MethodEnter(TraceSourceType.TraceSourceOleTx, this, $"{nameof(OletxEnlistment)}.{nameof(
EnlistmentTraceId
)}");
840
etwLog.MethodExit(TraceSourceType.TraceSourceOleTx, this, $"{nameof(OletxEnlistment)}.{nameof(
EnlistmentTraceId
)}");
System\Transactions\Oletx\OletxResourceManager.cs (2)
686
etwLog.EnlistmentStatus(TraceSourceType.TraceSourceOleTx, localEnlistment.
EnlistmentTraceId
, NotificationCall.Commit);
697
etwLog.EnlistmentStatus(TraceSourceType.TraceSourceOleTx, localEnlistment.
EnlistmentTraceId
, NotificationCall.Rollback);