2 references to TRANSACTIONSCOPE_CURRENT_CHANGED_EVENTID
System.Transactions.Local (2)
System\Transactions\TransactionsEtwProvider.cs (2)
1088
[Event(
TRANSACTIONSCOPE_CURRENT_CHANGED_EVENTID
, Keywords = Keywords.TraceBase, Level = EventLevel.Warning, Task = Tasks.TransactionScope, Opcode = Opcodes.CurrentChanged, Message = "Transactionscope current transaction ID changed from {0} to {1}")]
1092
WriteEvent(
TRANSACTIONSCOPE_CURRENT_CHANGED_EVENTID
, currenttransactionID, newtransactionID);