3 overrides of Prepared
System.Transactions (3)
System\Transactions\EnlistmentState.cs (1)
191internal override void Prepared( InternalEnlistment enlistment )
System\Transactions\VolatileEnlistmentState.cs (2)
369internal override void Prepared( InternalEnlistment enlistment ) 546internal override void Prepared( InternalEnlistment enlistment )
1 reference to Prepared
System.Transactions (1)
System\Transactions\PreparingEnlistment.cs (1)
41this.internalEnlistment.State.Prepared(this.internalEnlistment);