2 implementations of GetRecoveryInformation
System.Transactions.Local (2)
System\Transactions\Oletx\OletxEnlistment.cs (1)
1180public byte[] GetRecoveryInformation()
System\Transactions\Oletx\OletxVolatileEnlistment.cs (1)
1487byte[] IPromotedEnlistment.GetRecoveryInformation()
1 reference to GetRecoveryInformation
System.Transactions.Local (1)
System\Transactions\EnlistmentState.cs (1)
203return enlistment.PromotedEnlistment.GetRecoveryInformation();