7 writes to _promotedEnlistment
System.Transactions.Local (7)
System\Transactions\TransactionState.cs (1)
2256
volatiles.VolatileDemux.
_promotedEnlistment
= tx.PromotedTransaction.EnlistVolatile(volatiles.VolatileDemux,
System\Transactions\VolatileEnlistmentMultiplexing.cs (6)
321
_promotedEnlistment
= en;
328
_promotedEnlistment
= en;
335
_promotedEnlistment
= en;
414
_promotedEnlistment
= en;
421
_promotedEnlistment
= en;
428
_promotedEnlistment
= en;
22 references to _promotedEnlistment
System.Transactions.Local (22)
System\Transactions\TransactionState.cs (8)
2541
Debug.Assert(tx._phase0Volatiles.VolatileDemux.
_promotedEnlistment
!= null);
2543
tx._phase0Volatiles.VolatileDemux.
_promotedEnlistment
.Prepared();
2649
Debug.Assert(tx._phase1Volatiles.VolatileDemux.
_promotedEnlistment
!= null);
2651
tx._phase1Volatiles.VolatileDemux.
_promotedEnlistment
.Prepared();
2766
Debug.Assert(tx._phase0Volatiles.VolatileDemux.
_promotedEnlistment
!= null);
2768
tx._phase0Volatiles.VolatileDemux.
_promotedEnlistment
.ForceRollback();
2808
Debug.Assert(tx._phase1Volatiles.VolatileDemux.
_promotedEnlistment
!= null);
2810
tx._phase1Volatiles.VolatileDemux.
_promotedEnlistment
.ForceRollback();
System\Transactions\VolatileEnlistmentMultiplexing.cs (14)
258
Debug.Assert(
_promotedEnlistment
!= null && _transaction.State != null);
265
_promotedEnlistment
.ForceRollback(e);
274
_promotedEnlistment
.EnlistmentDone();
285
Debug.Assert(
_promotedEnlistment
!= null && _transaction.State != null);
288
_promotedEnlistment
.EnlistmentDone();
295
Debug.Assert(
_promotedEnlistment
!= null && _transaction.State != null);
298
_promotedEnlistment
.EnlistmentDone();
349
Debug.Assert(
_promotedEnlistment
!= null && _transaction.State != null);
356
_promotedEnlistment
.ForceRollback(e);
365
_promotedEnlistment
.EnlistmentDone();
377
Debug.Assert(
_promotedEnlistment
!= null && _transaction.State != null);
380
_promotedEnlistment
.EnlistmentDone();
388
Debug.Assert(
_promotedEnlistment
!= null && _transaction.State != null);
391
_promotedEnlistment
.EnlistmentDone();