Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ private TransactionsEtwProvider() { }
/// <summary>The event ID for the transaction deserialized event.</summary>
private const int TRANSACTION_DESERIALIZED_EVENTID = 50;
/// <summary>The event ID for when we encounter a new Transactions object that hasn't had its name traced to the trace file.</summary>
private const int TRANSACTION_CREATED_OLETX_EVENTID = 11;
private const int TRANSACTION_CREATED_OLETX_EVENTID = 51;

/// <summary>The event ID for the enlistment status.</summary>
private const int ENLISTMENT_OLETX_EVENTID = 52;
Expand Down
Loading