8 writes to _promoteState
System.Transactions.Local (8)
System\Transactions\InternalTransaction.cs (3)
241
_promoteState
= TransactionState.TransactionStatePromoted;
268
_promoteState
= TransactionState.TransactionStateNonCommittablePromoted;
289
_promoteState
= TransactionState.TransactionStateDelegatedSubordinate;
System\Transactions\TransactionState.cs (5)
791
tx.
_promoteState
= TransactionStateDelegated;
795
tx.
_promoteState
= TransactionStateDelegatedNonMSDTC;
1080
tx.
_promoteState
= TransactionStateDelegated;
1084
tx.
_promoteState
= TransactionStateDelegatedNonMSDTC;
4551
tx.
_promoteState
= TransactionState.TransactionStatePromoted;
14 references to _promoteState
System.Transactions.Local (14)
System\Transactions\TransactionState.cs (14)
549
tx.
_promoteState
.EnterState(tx);
567
tx.
_promoteState
.EnterState(tx);
603
tx.
_promoteState
.EnterState(tx);
653
tx.
_promoteState
.EnterState(tx);
661
tx.
_promoteState
.EnterState(tx);
857
tx.
_promoteState
.EnterState(tx);
868
tx.
_promoteState
.EnterState(tx);
875
tx.
_promoteState
.EnterState(tx);
881
tx.
_promoteState
.EnterState(tx);
897
tx.
_promoteState
.EnterState(tx);
904
tx.
_promoteState
.EnterState(tx);
1145
tx.
_promoteState
.EnterState(tx);
1163
tx.
_promoteState
.EnterState(tx);
4552
tx.
_promoteState
.EnterState(tx);