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