8 {
9 get
10 {
11 TransactionsEtwProvider log = TransactionsEtwProvider.Log;
12 if (log.IsEnabled())
13 {
14 log.MethodEnter(
TraceSourceType.TraceSourceLtm,
this,
"LocalIdentifier");
15 }
16 try
17 {
19 }
20 finally
21 {
22 if (log.IsEnabled())
23 {
24 log.MethodExit(
TraceSourceType.TraceSourceLtm,
this,
"LocalIdentifier");
25 }
26 }
27 }
28 }
TransactionTraceIdentifier TransactionTraceId
string TransactionIdentifier