12 references to AllocHandle
System.Transactions (12)
System\Transactions\Oletx\DTCTransactionManager.cs (1)
45handle = HandleTable.AllocHandle( internalRM );
System\Transactions\Oletx\OletxResourceManager.cs (3)
99handle = HandleTable.AllocHandle( this ); 365handlePhase0 = HandleTable.AllocHandle( enlistment ); 379enlistment.phase1Handle = HandleTable.AllocHandle( enlistment );
System\Transactions\Oletx\OleTxTransaction.cs (4)
887phase0Handle = HandleTable.AllocHandle( localPhase0VolatileContainer ); 900HandleTable.AllocHandle( localPhase1VolatileContainer ); 1092phase0Handle = HandleTable.AllocHandle( localPhase0VolatileContainer ); 1104HandleTable.AllocHandle( localPhase1VolatileContainer );
System\Transactions\Oletx\OletxTransactionManager.cs (1)
631outcomeEnlistmentHandle = HandleTable.AllocHandle( outcomeEnlistment );
System\Transactions\TransactionInterop.cs (3)
237outcomeEnlistmentHandle = HandleTable.AllocHandle( outcomeEnlistment ); 470outcomeEnlistmentHandle = HandleTable.AllocHandle( outcomeEnlistment ); 648outcomeEnlistmentHandle = HandleTable.AllocHandle( outcomeEnlistment );