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