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)
791tx._promoteState = TransactionStateDelegated; 795tx._promoteState = TransactionStateDelegatedNonMSDTC; 1080tx._promoteState = TransactionStateDelegated; 1084tx._promoteState = TransactionStateDelegatedNonMSDTC; 4551tx._promoteState = TransactionState.TransactionStatePromoted;
14 references to _promoteState
System.Transactions.Local (14)
System\Transactions\TransactionState.cs (14)
549tx._promoteState.EnterState(tx); 567tx._promoteState.EnterState(tx); 603tx._promoteState.EnterState(tx); 653tx._promoteState.EnterState(tx); 661tx._promoteState.EnterState(tx); 857tx._promoteState.EnterState(tx); 868tx._promoteState.EnterState(tx); 875tx._promoteState.EnterState(tx); 881tx._promoteState.EnterState(tx); 897tx._promoteState.EnterState(tx); 904tx._promoteState.EnterState(tx); 1145tx._promoteState.EnterState(tx); 1163tx._promoteState.EnterState(tx); 4552tx._promoteState.EnterState(tx);