95 references to EnlistmentOptions
System.Activities (1)
System\Activities\Runtime\ActivityExecutor.cs (1)
1251transaction.EnlistVolatile(this, EnlistmentOptions.EnlistDuringPrepareRequired);
System.Runtime.DurableInstancing (2)
System\Runtime\DurableInstancing\InstanceHandle.cs (1)
970HostTransaction.EnlistVolatile(this, EnlistmentOptions.None);
System\Runtime\DurableInstancing\InstancePersistenceContext.cs (1)
1145interiorTransaction.EnlistVolatile(this, EnlistmentOptions.None);
System.ServiceModel (8)
System\ServiceModel\Channels\MsmqInputSessionChannel.cs (2)
39this.associatedTx.EnlistVolatile(new TransactionEnlistment(this, this.associatedTx), EnlistmentOptions.None); 280EnlistmentOptions.EnlistDuringPrepareRequired);
System\ServiceModel\Channels\MsmqOutputSessionChannel.cs (1)
163this.associatedTx.EnlistVolatile(new TransactionEnlistment(this, this.associatedTx), EnlistmentOptions.None);
System\ServiceModel\Channels\ReceiveContext.cs (1)
342Transaction.Current.EnlistVolatile(new EnlistmentNotifications(this), EnlistmentOptions.None);
System\ServiceModel\ComIntegration\TransactionProxy.cs (2)
140transaction.EnlistVolatile(enlistment, EnlistmentOptions.None); 344EnlistmentOptions.None);
System\ServiceModel\Dispatcher\TransactedBatchContext.cs (1)
26this.transaction.EnlistVolatile(this, EnlistmentOptions.None);
System\ServiceModel\Dispatcher\TransactionBehavior.cs (1)
952this.Transaction.EnlistVolatile(this, EnlistmentOptions.None);
System.ServiceModel.Activation (1)
System\ServiceModel\Activation\HostedAspNetEnvironment.cs (1)
716transaction.EnlistVolatile(notification, EnlistmentOptions.None);
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\Dispatcher\TransactionContext.cs (1)
31this.currentTransaction.EnlistVolatile(this, EnlistmentOptions.EnlistDuringPrepareRequired);
System\ServiceModel\Activities\Dispatcher\TransactionWaitAsyncResult.cs (1)
154transactionToEnlist.EnlistVolatile(enlistment, EnlistmentOptions.None);
System.Transactions (80)
System\Transactions\Enlistment.cs (2)
574EnlistmentOptions enlistmentOptions 577if ((enlistmentOptions & EnlistmentOptions.EnlistDuringPrepareRequired) != 0)
System\Transactions\Oletx\OletxEnlistment.cs (2)
87EnlistmentOptions enlistmentOptions, 226EnlistmentOptions.None
System\Transactions\Oletx\OletxResourceManager.cs (4)
307EnlistmentOptions enlistmentOptions 337if ( (enlistmentOptions & EnlistmentOptions.EnlistDuringPrepareRequired) != 0 ) 362if ( (enlistmentOptions & EnlistmentOptions.EnlistDuringPrepareRequired) != 0 ) 432((enlistmentOptions & EnlistmentOptions.EnlistDuringPrepareRequired) != 0) &&
System\Transactions\Oletx\OleTxTransaction.cs (8)
290EnlistmentOptions enlistmentOptions 326EnlistmentOptions enlistmentOptions 364EnlistmentOptions enlistmentOptions 1030EnlistmentOptions enlistmentOptions, 1060if ( (enlistmentOptions & EnlistmentOptions.EnlistDuringPrepareRequired) != 0 ) 1140if ( (enlistmentOptions & EnlistmentOptions.EnlistDuringPrepareRequired) != 0 ) 1193EnlistmentOptions enlistmentOptions, 1207EnlistmentOptions enlistmentOptions,
System\Transactions\Oletx\OletxVolatileEnlistment.cs (2)
1150EnlistmentOptions enlistmentOptions, 1155this.enlistDuringPrepareRequired = (enlistmentOptions & EnlistmentOptions.EnlistDuringPrepareRequired) != 0;
System\Transactions\Trace\TraceRecords.cs (2)
184private EnlistmentOptions enOptions; 188EnlistmentOptions enOptions)
System\Transactions\Transaction.cs (15)
692EnlistmentOptions enlistmentOptions 717if (enlistmentOptions != EnlistmentOptions.None && enlistmentOptions != EnlistmentOptions.EnlistDuringPrepareRequired) 750EnlistmentOptions enlistmentOptions 775if (enlistmentOptions != EnlistmentOptions.None && enlistmentOptions != EnlistmentOptions.EnlistDuringPrepareRequired) 880EnlistmentOptions enlistmentOptions 900if (enlistmentOptions != EnlistmentOptions.None && enlistmentOptions != EnlistmentOptions.EnlistDuringPrepareRequired) 931EnlistmentOptions enlistmentOptions 951if (enlistmentOptions != EnlistmentOptions.None && enlistmentOptions != EnlistmentOptions.EnlistDuringPrepareRequired) 1316EnlistmentOptions enlistmentOptions) 1345if (enlistmentOptions != EnlistmentOptions.None && enlistmentOptions != EnlistmentOptions.EnlistDuringPrepareRequired)
System\Transactions\TransactionState.cs (45)
810EnlistmentOptions enlistmentOptions, 822EnlistmentOptions enlistmentOptions, 833EnlistmentOptions enlistmentOptions, 844EnlistmentOptions enlistmentOptions, 1087EnlistmentOptions enlistmentOptions, 1175EnlistmentOptions enlistmentOptions, 1193EnlistmentOptions enlistmentOptions, 1199if (tx.durableEnlistment != null || (enlistmentOptions & EnlistmentOptions.EnlistDuringPrepareRequired) != 0) 1216EnlistmentOptions.None 1361EnlistmentOptions enlistmentOptions, 1366if ( (enlistmentOptions & EnlistmentOptions.EnlistDuringPrepareRequired) != 0 ) 1391EnlistmentOptions enlistmentOptions, 1396if ( (enlistmentOptions & EnlistmentOptions.EnlistDuringPrepareRequired) != 0 ) 1440EnlistmentOptions.None 1524EnlistmentOptions enlistmentOptions, 1536EnlistmentOptions enlistmentOptions, 1629EnlistmentOptions enlistmentOptions, 1648EnlistmentOptions enlistmentOptions, 1666EnlistmentOptions enlistmentOptions, 1671if ( (enlistmentOptions & EnlistmentOptions.EnlistDuringPrepareRequired) != 0 ) 1696EnlistmentOptions enlistmentOptions, 1702if ( (enlistmentOptions & EnlistmentOptions.EnlistDuringPrepareRequired) != 0 ) 1757EnlistmentOptions.None 2409EnlistmentOptions enlistmentOptions, 2441EnlistmentOptions enlistmentOptions, 2474EnlistmentOptions enlistmentOptions, 2518EnlistmentOptions enlistmentOptions, 3030phase0 ? EnlistmentOptions.EnlistDuringPrepareRequired : EnlistmentOptions.None ); 3048EnlistmentOptions.None 3455internal override Enlistment EnlistVolatile( InternalTransaction tx, IEnlistmentNotification enlistmentNotification, EnlistmentOptions enlistmentOptions, Transaction atomicTransaction ) 3461internal override Enlistment EnlistVolatile( InternalTransaction tx, ISinglePhaseNotification enlistmentNotification, EnlistmentOptions enlistmentOptions, Transaction atomicTransaction ) 3467internal override Enlistment EnlistDurable( InternalTransaction tx, Guid resourceManagerIdentifier, IEnlistmentNotification enlistmentNotification, EnlistmentOptions enlistmentOptions, Transaction atomicTransaction ) 3473internal override Enlistment EnlistDurable( InternalTransaction tx, Guid resourceManagerIdentifier, ISinglePhaseNotification enlistmentNotification, EnlistmentOptions enlistmentOptions, Transaction atomicTransaction ) 4225EnlistmentOptions enlistmentOptions, 4230if ((enlistmentOptions & EnlistmentOptions.EnlistDuringPrepareRequired) != 0) 4254EnlistmentOptions enlistmentOptions, 4260if ((enlistmentOptions & EnlistmentOptions.EnlistDuringPrepareRequired) != 0) 4285EnlistmentOptions enlistmentOptions, 4298EnlistmentOptions enlistmentOptions, 4636EnlistmentOptions enlistmentOptions, 4646EnlistmentOptions enlistmentOptions, 4739EnlistmentOptions enlistmentOptions, 4749EnlistmentOptions enlistmentOptions, 5392EnlistmentOptions enlistmentOptions,
System.Workflow.Runtime (1)
System\Activities\Statements\Interop.cs (1)
855Transaction.Current.EnlistVolatile(enlistment, EnlistmentOptions.EnlistDuringPrepareRequired);