31 {
32 get
33 {
34 TransactionsEtwProvider log = TransactionsEtwProvider.Log;
35 if (log.IsEnabled())
36 {
37 log.MethodEnter(
TraceSourceType.TraceSourceLtm,
this,
"DistributedIdentifier");
38 }
39 try
40 {
42 {
44 }
45 }
46 finally
47 {
48 if (log.IsEnabled())
49 {
50 log.MethodExit(
TraceSourceType.TraceSourceLtm,
this,
"DistributedIdentifier");
51 }
52 }
53 }
54 }
virtual Guid get_Identifier(InternalTransaction tx)