2 references to TRANSACTION_COMMITTED_LTM_EVENTID
System.Transactions.Local (2)
System\Transactions\TransactionsEtwProvider.cs (2)
1238
[Event(
TRANSACTION_COMMITTED_LTM_EVENTID
, Keywords = Keywords.TraceLtm, Level = EventLevel.Verbose, Task = Tasks.Transaction, Opcode = Opcodes.Committed, Message = "Transaction committed LTM: transaction ID is {0}")]
1242
WriteEvent(
TRANSACTION_COMMITTED_LTM_EVENTID
, transactionID);