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