2 references to TRANSACTIONSCOPE_CREATED_EVENTID
System.Transactions.Local (2)
System\Transactions\TransactionsEtwProvider.cs (2)
1057
[Event(
TRANSACTIONSCOPE_CREATED_EVENTID
, Keywords = Keywords.TraceBase, Level = EventLevel.Informational, Task = Tasks.TransactionScope, Opcode = Opcodes.Created, Message = "Transactionscope was created: Transaction ID is {0}, TransactionScope Result is {1}")]
1061
WriteEvent(
TRANSACTIONSCOPE_CREATED_EVENTID
, transactionID, transactionScopeResult);