4 writes to traceIdentifier
System.Transactions (4)
System\Transactions\Enlistment.cs (4)
107
this.
traceIdentifier
= EnlistmentTraceIdentifier.Empty;
123
this.
traceIdentifier
= EnlistmentTraceIdentifier.Empty;
141
this.
traceIdentifier
= EnlistmentTraceIdentifier.Empty;
302
this.
traceIdentifier
= temp;
3 references to traceIdentifier
System.Transactions (3)
System\Transactions\Enlistment.cs (3)
275
if (this.
traceIdentifier
== EnlistmentTraceIdentifier.Empty)
279
if (this.
traceIdentifier
== EnlistmentTraceIdentifier.Empty)
306
return this.
traceIdentifier
;