2 instantiations of OletxRecoveryInformation
System.Transactions (2)
System\Transactions\Oletx\OletxEnlistment.cs (2)
354
oletxRecoveryInformation = new
OletxRecoveryInformation
( prepareInfo );
756
OletxRecoveryInformation oletxRecoveryInformation = new
OletxRecoveryInformation
(
4 references to OletxRecoveryInformation
System.Transactions (4)
System\Transactions\Oletx\OletxEnlistment.cs (2)
327
OletxRecoveryInformation
oletxRecoveryInformation = null;
756
OletxRecoveryInformation
oletxRecoveryInformation = new OletxRecoveryInformation(
System\Transactions\Oletx\OletxResourceManager.cs (2)
456
OletxRecoveryInformation
oletxRecoveryInformation;
459
oletxRecoveryInformation = formatter.Deserialize( stream ) as
OletxRecoveryInformation
;