2 references to TRANSACTION_CLONECREATE_EVENTID
System.Transactions.Local (2)
System\Transactions\TransactionsEtwProvider.cs (2)
282
[Event(
TRANSACTION_CLONECREATE_EVENTID
, Keywords = Keywords.TraceLtm, Level = EventLevel.Informational, Task = Tasks.Transaction, Opcode = Opcodes.CloneCreate, Message = "Transaction Clone Created. ID is {0}, type is {1}")]
286
WriteEvent(
TRANSACTION_CLONECREATE_EVENTID
, transactionIdentifier, type);