Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Transactions.Local/tests/
H A DNonMsdtcPromoterTests.cs137 Transaction txToEnlist = Transaction.Current; in CreateVolatileEnlistment()
140 txToEnlist = tx; in CreateVolatileEnlistment()
142 txToEnlist.EnlistVolatile(enlistment, options); in CreateVolatileEnlistment()
165 Transaction txToEnlist = Transaction.Current; in CreatePSPEEnlistment()
168 txToEnlist = tx; in CreatePSPEEnlistment()
187 TryProhibitedOperations(txToEnlist, promoterType); in CreatePSPEEnlistment()
427 if (txToEnlist == null) in Enlist()
429 txToEnlist = Transaction.Current; in Enlist()
433 if (!EnlistPromotable(this, txToEnlist, _promoterType)) in Enlist()
440 if (TxPromotedToken(txToEnlist) != _promotedToken) in Enlist()
[all …]