16 writes to State
System.Transactions.Local (16)
System\Transactions\DurableEnlistmentState.cs (5)
44
enlistment.
State
= this;
91
enlistment.
State
= this;
142
enlistment.
State
= this;
228
enlistment.
State
= this;
280
enlistment.
State
= this;
System\Transactions\EnlistmentState.cs (1)
110
enlistment.
State
= this;
System\Transactions\VolatileEnlistmentState.cs (10)
85
enlistment.
State
= this;
136
enlistment.
State
= this;
210
enlistment.
State
= this;
279
enlistment.
State
= this;
312
enlistment.
State
= this;
361
enlistment.
State
= this;
404
enlistment.
State
= this;
438
enlistment.
State
= this;
474
enlistment.
State
= this;
515
enlistment.
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);
86
return _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)
1308
tx._durableEnlistment.
State
.ChangeStateCommitting(tx._durableEnlistment);
1396
tx._durableEnlistment?.
State
.InternalAborted(tx._durableEnlistment);
2280
tx._durableEnlistment.
State
.ChangeStatePromoted(tx._durableEnlistment, promotedEnlistment);
3367
tx._durableEnlistment.
State
.ChangeStateDelegated(tx._durableEnlistment);
3858
tx._durableEnlistment.
State
.ChangeStateCommitting(tx._durableEnlistment);
4044
tx._durableEnlistment?.
State
.InternalAborted(tx._durableEnlistment);