Home
last modified time | relevance | path

Searched refs:TxPromoterType (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.cs223 if (TxPromoterType(tx) != expectedPromoterType) in TryProhibitedOperations()
239 if (TxPromoterType(tx) != expectedPromoterType) in TryProhibitedOperations()
255 if (TxPromoterType(tx) != expectedPromoterType) in TryProhibitedOperations()
271 if (TxPromoterType(tx) != expectedPromoterType) in TryProhibitedOperations()
287 if (TxPromoterType(tx) != expectedPromoterType) in TryProhibitedOperations()
342 private static Guid TxPromoterType(Transaction txToGet) in TxPromoterType() method in System.Transactions.Tests.NonMsdtcPromoterTests
438 if (comparePromotedToken && (TxPromoterType(txToEnlist) == _promoterType)) in Enlist()
1787 Assert.Equal(Guid.Empty, TxPromoterType(Transaction.Current)); in TestCase_PromoterType()
1798 … Assert.Equal(NonMsdtcPromoterTests.PromoterType1, TxPromoterType(Transaction.Current)); in TestCase_PromoterType()
1832 Assert.Equal(Guid.Empty, TxPromoterType(Transaction.Current)); in TestCase_PromoterTypeMSDTC()
[all …]