2 instantiations of OletxEnlistment
System.Transactions (2)
System\Transactions\Oletx\OletxResourceManager.cs (2)
323OletxEnlistment enlistment = new OletxEnlistment( 543OletxEnlistment enlistment = new OletxEnlistment(
28 references to OletxEnlistment
System.Transactions (28)
System\Transactions\Oletx\OletxResourceManager.cs (15)
264OletxEnlistment enlistment = null; 282enlistment = enlistEnum.Value as OletxEnlistment; 303internal OletxEnlistment EnlistDurable( 323OletxEnlistment enlistment = new OletxEnlistment( 442internal OletxEnlistment Reenlist( 543OletxEnlistment enlistment = new OletxEnlistment( 633internal void RemoveFromReenlistPending( OletxEnlistment enlistment ) 670OletxEnlistment localEnlistment = null; 717localEnlistment = resourceManager.reenlistList[0] as OletxEnlistment; 735if ( OletxEnlistment.OletxEnlistmentState.Done == localEnlistment.State ) 742else if ( OletxEnlistment.OletxEnlistmentState.Prepared != localEnlistment.State ) 786if ( OletxEnlistment.OletxEnlistmentState.Done == localEnlistment.State ) 839if ( OletxEnlistment.OletxEnlistmentState.Done == localEnlistment.State ) 860localEnlistment.State = OletxEnlistment.OletxEnlistmentState.Committing; 873localEnlistment.State = OletxEnlistment.OletxEnlistmentState.Aborting;
System\Transactions\Oletx\OleTxTransaction.cs (1)
389OletxEnlistment enlistment = rm.EnlistDurable(
System\Transactions\Oletx\OletxTransactionManager.cs (12)
175OletxEnlistment enlistment = target as OletxEnlistment; 329OletxEnlistment enlistment = target as OletxEnlistment; 359OletxEnlistment enlistment = target as OletxEnlistment; 384OletxEnlistment enlistment = target as OletxEnlistment; 409OletxEnlistment enlistment = target as OletxEnlistment; 680internal OletxEnlistment ReenlistTransaction( 709OletxEnlistment returnValue = oletxResourceManager.Reenlist(