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