22 references to None
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 (7)
System\ServiceModel\Channels\MsmqInputSessionChannel.cs (1)
39this.associatedTx.EnlistVolatile(new TransactionEnlistment(this, this.associatedTx), EnlistmentOptions.None);
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 (1)
System\ServiceModel\Activities\Dispatcher\TransactionWaitAsyncResult.cs (1)
154transactionToEnlist.EnlistVolatile(enlistment, EnlistmentOptions.None);
System.Transactions (11)
System\Transactions\Oletx\OletxEnlistment.cs (1)
226EnlistmentOptions.None
System\Transactions\Transaction.cs (5)
717if (enlistmentOptions != EnlistmentOptions.None && enlistmentOptions != EnlistmentOptions.EnlistDuringPrepareRequired) 775if (enlistmentOptions != EnlistmentOptions.None && enlistmentOptions != EnlistmentOptions.EnlistDuringPrepareRequired) 900if (enlistmentOptions != EnlistmentOptions.None && enlistmentOptions != EnlistmentOptions.EnlistDuringPrepareRequired) 951if (enlistmentOptions != EnlistmentOptions.None && enlistmentOptions != EnlistmentOptions.EnlistDuringPrepareRequired) 1345if (enlistmentOptions != EnlistmentOptions.None && enlistmentOptions != EnlistmentOptions.EnlistDuringPrepareRequired)
System\Transactions\TransactionState.cs (5)
1216EnlistmentOptions.None 1440EnlistmentOptions.None 1757EnlistmentOptions.None 3030phase0 ? EnlistmentOptions.EnlistDuringPrepareRequired : EnlistmentOptions.None ); 3048EnlistmentOptions.None