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