4 overrides of Committed
System.Transactions (4)
System\Transactions\DurableEnlistmentState.cs (2)
325internal override void Committed( InternalEnlistment enlistment ) 376internal override void Committed( InternalEnlistment enlistment )
System\Transactions\EnlistmentState.cs (1)
225internal override void Committed( InternalEnlistment enlistment )
System\Transactions\VolatileEnlistmentState.cs (1)
459internal override void Committed( InternalEnlistment enlistment )
1 reference to Committed
System.Transactions (1)
System\Transactions\SinglePhaseEnlistment.cs (1)
102this.internalEnlistment.State.Committed( this.internalEnlistment );