Home
last modified time | relevance | path

Searched refs:distributedId (Results 1 – 2 of 2) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Transactions.Local/src/System/Transactions/
H A DTransactionsEtwProvider.cs1110 String distributedId = String.Empty; in TransactionPromoted()
1114 distributedId = distributedTxID.TransactionIdentifier.ToString(); in TransactionPromoted()
1115 TransactionPromoted(id, distributedId); in TransactionPromoted()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Transactions.Local/tests/
H A DNonMsdtcPromoterTests.cs336 …IPromotableSinglePhaseNotification promotableNotification, Transaction txToSet, Guid distributedId) in SetDistributedTransactionId() argument
338 object[] parameters = new object[] { promotableNotification, distributedId }; in SetDistributedTransactionId()