16 writes to State
System.Transactions (16)
System\Transactions\DurableEnlistmentState.cs (5)
158enlistment.State = this; 212enlistment.State = this; 274enlistment.State = this; 369enlistment.State = this; 428enlistment.State = this;
System\Transactions\EnlistmentState.cs (1)
170enlistment.State = this;
System\Transactions\VolatileEnlistmentState.cs (10)
279enlistment.State = this; 335enlistment.State = this; 419enlistment.State = this; 497enlistment.State = this; 535enlistment.State = this; 590enlistment.State = this; 641enlistment.State = this; 681enlistment.State = this; 723enlistment.State = this; 769enlistment.State = this;
16 references to State
System.Transactions (16)
System\Transactions\Enlistment.cs (1)
659this.internalEnlistment.State.EnlistmentDone(this.internalEnlistment);
System\Transactions\PreparingEnlistment.cs (4)
41this.internalEnlistment.State.Prepared(this.internalEnlistment); 72this.internalEnlistment.State.ForceRollback(this.internalEnlistment, null); 105this.internalEnlistment.State.ForceRollback(this.internalEnlistment, e); 130return this.internalEnlistment.State.RecoveryInformation(this.internalEnlistment);
System\Transactions\SinglePhaseEnlistment.cs (5)
42this.internalEnlistment.State.Aborted( this.internalEnlistment, null ); 75this.internalEnlistment.State.Aborted( this.internalEnlistment, e ); 102this.internalEnlistment.State.Committed( this.internalEnlistment ); 134this.internalEnlistment.State.InDoubt( this.internalEnlistment, null ); 168this.internalEnlistment.State.InDoubt( this.internalEnlistment, e );
System\Transactions\TransactionState.cs (6)
2024tx.durableEnlistment.State.ChangeStateCommitting( tx.durableEnlistment ); 2122tx.durableEnlistment.State.InternalAborted( tx.durableEnlistment ); 3052tx.durableEnlistment.State.ChangeStatePromoted( tx.durableEnlistment, oletxEnlistment ); 4184tx.durableEnlistment.State.ChangeStateDelegated( tx.durableEnlistment ); 4694tx.durableEnlistment.State.ChangeStateCommitting(tx.durableEnlistment); 4905tx.durableEnlistment.State.InternalAborted(tx.durableEnlistment);