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