3 writes to transactionGuidString
System.Transactions (3)
System\Transactions\Oletx\OletxEnlistment.cs (1)
150
this.
transactionGuidString
= this.transactionGuid.ToString();
System\Transactions\Oletx\OletxResourceManager.cs (2)
1028
this.
transactionGuidString
= oletxTransaction.realOletxTransaction.TxGuid.ToString();
1032
this.
transactionGuidString
= Guid.Empty.ToString();
1 reference to transactionGuidString
System.Transactions (1)
System\Transactions\Oletx\OletxResourceManager.cs (1)
1059
TransactionTraceIdentifier txTraceId = new TransactionTraceIdentifier( this.
transactionGuidString
, 0 );