16 writes to State
System.Transactions.Local (16)
System\Transactions\DurableEnlistmentState.cs (5)
44enlistment.State = this; 91enlistment.State = this; 142enlistment.State = this; 228enlistment.State = this; 280enlistment.State = this;
System\Transactions\EnlistmentState.cs (1)
110enlistment.State = this;
System\Transactions\VolatileEnlistmentState.cs (10)
85enlistment.State = this; 136enlistment.State = this; 210enlistment.State = this; 279enlistment.State = this; 312enlistment.State = this; 361enlistment.State = this; 404enlistment.State = this; 438enlistment.State = this; 474enlistment.State = this; 515enlistment.State = this;
16 references to State
System.Transactions.Local (16)
System\Transactions\Enlistment.cs (1)
505_internalEnlistment.State.EnlistmentDone(_internalEnlistment);
System\Transactions\PreparingEnlistment.cs (4)
25_internalEnlistment.State.Prepared(_internalEnlistment); 45_internalEnlistment.State.ForceRollback(_internalEnlistment, null); 65_internalEnlistment.State.ForceRollback(_internalEnlistment, e); 86return _internalEnlistment.State.RecoveryInformation(_internalEnlistment);
System\Transactions\SinglePhaseEnlistment.cs (5)
23_internalEnlistment.State.Aborted(_internalEnlistment, null); 43_internalEnlistment.State.Aborted(_internalEnlistment, e); 64_internalEnlistment.State.Committed(_internalEnlistment); 89_internalEnlistment.State.InDoubt(_internalEnlistment, null); 114_internalEnlistment.State.InDoubt(_internalEnlistment, e);
System\Transactions\TransactionState.cs (6)
1308tx._durableEnlistment.State.ChangeStateCommitting(tx._durableEnlistment); 1396tx._durableEnlistment?.State.InternalAborted(tx._durableEnlistment); 2280tx._durableEnlistment.State.ChangeStatePromoted(tx._durableEnlistment, promotedEnlistment); 3367tx._durableEnlistment.State.ChangeStateDelegated(tx._durableEnlistment); 3858tx._durableEnlistment.State.ChangeStateCommitting(tx._durableEnlistment); 4044tx._durableEnlistment?.State.InternalAborted(tx._durableEnlistment);