2 writes to traceIdentifier
System.Transactions (2)
System\Transactions\Oletx\OletxResourceManager.cs (2)
1034
this.
traceIdentifier
= EnlistmentTraceIdentifier.Empty;
1063
this.
traceIdentifier
= temp;
3 references to traceIdentifier
System.Transactions (3)
System\Transactions\Oletx\OletxResourceManager.cs (3)
1041
if ( EnlistmentTraceIdentifier.Empty == this.
traceIdentifier
)
1045
if ( EnlistmentTraceIdentifier.Empty == this.
traceIdentifier
)
1068
return this.
traceIdentifier
;