2 overrides of RecoveryInformation
System.Transactions (2)
System\Transactions\EnlistmentState.cs (1)
276internal override byte[] RecoveryInformation( InternalEnlistment enlistment )
System\Transactions\VolatileEnlistmentState.cs (1)
260internal override byte[] RecoveryInformation(InternalEnlistment enlistment)
1 reference to RecoveryInformation
System.Transactions (1)
System\Transactions\PreparingEnlistment.cs (1)
130return this.internalEnlistment.State.RecoveryInformation(this.internalEnlistment);