Home
last modified time | relevance | path

Searched refs:_enlistOptions (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.cs552 private EnlistmentOptions _enlistOptions; field in System.Transactions.Tests.NonMsdtcPromoterTests.MyEnlistment
570 _enlistOptions = enlistOptions; in MyEnlistment()
625 …yEnlistment.Prepare - attempting another enlistment with options {0}", _enlistOptions.ToString())); in Prepare()
632 _enlistOptions); in Prepare()
633 this.TransactionToEnlist.EnlistVolatile(enlist2, _enlistOptions); in Prepare()