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