8 writes to promoteState
System.Transactions (8)
System\Transactions\InternalTransaction.cs (3)
330
this.
promoteState
= TransactionState._TransactionStatePromoted;
360
this.
promoteState
= TransactionState._TransactionStateNonCommittablePromoted;
384
this.
promoteState
= TransactionState._TransactionStateDelegatedSubordinate;
System\Transactions\TransactionState.cs (5)
1455
tx.
promoteState
= _TransactionStateDelegated;
1459
tx.
promoteState
= _TransactionStateDelegatedNonMSDTC;
1772
tx.
promoteState
= _TransactionStateDelegated;
1776
tx.
promoteState
= _TransactionStateDelegatedNonMSDTC;
5421
tx.
promoteState
= TransactionState._TransactionStatePromoted;
14 references to promoteState
System.Transactions (14)
System\Transactions\TransactionState.cs (14)
1182
tx.
promoteState
.EnterState( tx );
1202
tx.
promoteState
.EnterState( tx );
1244
tx.
promoteState
.EnterState( tx );
1300
tx.
promoteState
.EnterState( tx );
1308
tx.
promoteState
.EnterState(tx);
1528
tx.
promoteState
.EnterState( tx );
1540
tx.
promoteState
.EnterState( tx );
1548
tx.
promoteState
.EnterState( tx );
1555
tx.
promoteState
.EnterState( tx );
1573
tx.
promoteState
.EnterState( tx );
1580
tx.
promoteState
.EnterState( tx );
1840
tx.
promoteState
.EnterState( tx );
1863
tx.
promoteState
.EnterState( tx );
5422
tx.
promoteState
.EnterState(tx);