2 references to TRANSACTION_COMMIT_OLETX_EVENTID
System.Transactions.Local (2)
System\Transactions\TransactionsEtwProvider.cs (2)
517
[Event(
TRANSACTION_COMMIT_OLETX_EVENTID
, Keywords = Keywords.TraceOleTx, Level = EventLevel.Verbose, Task = Tasks.Transaction, Opcode = Opcodes.Commit, Message = "Transaction OleTx Commit: ID is {0}, type is {1}")]
521
WriteEvent(
TRANSACTION_COMMIT_OLETX_EVENTID
, transactionIdentifier, type);