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