1 write to Uow
System.Transactions.Local (1)
System\Transactions\TransactionInterop.cs (1)
356xactInfo.Uow = Guid.Empty;
3 references to Uow
System.Transactions.Local (3)
System\Transactions\DtcProxyShim\DtcProxyShimFactory.cs (1)
337pTransactionIdentifier = xactInfo.Uow;
System\Transactions\TransactionInterop.cs (2)
364transaction = TransactionManager.FindPromotedTransaction(xactInfo.Uow); 409transaction = TransactionManager.FindOrCreatePromotedTransaction(xactInfo.Uow, oleTx);