2 references to TRANSACTIONSTATE_ENLIST_EVENTID
System.Transactions.Local (2)
System\Transactions\TransactionsEtwProvider.cs (2)
1213
[Event(
TRANSACTIONSTATE_ENLIST_EVENTID
, Keywords = Keywords.TraceLtm, Level = EventLevel.Informational, Task = Tasks.TransactionState, Opcode = Opcodes.Enlist, Message = "Transactionstate enlist: Enlistment ID is {0}, type is {1} and options is {2}")]
1217
WriteEvent(
TRANSACTIONSTATE_ENLIST_EVENTID
, enlistmentID, type, option);