3 writes to TransactionGuidString
System.Transactions.Local (3)
System\Transactions\Oletx\OletxEnlistment.cs (1)
107TransactionGuidString = _transactionGuid.ToString();
System\Transactions\Oletx\OletxResourceManager.cs (2)
829TransactionGuidString = oletxTransaction.RealOletxTransaction.TxGuid.ToString(); 833TransactionGuidString = Guid.Empty.ToString();
1 reference to TransactionGuidString
System.Transactions.Local (1)
System\Transactions\Oletx\OletxResourceManager.cs (1)
860TransactionTraceIdentifier txTraceId = new(TransactionGuidString, 0);