14 references to EnlistDuringPrepareRequired
System.Transactions.Local (14)
System\Transactions\Enlistment.cs (1)
436
if ((enlistmentOptions & EnlistmentOptions.
EnlistDuringPrepareRequired
) != 0)
System\Transactions\Transaction.cs (5)
490
if (enlistmentOptions != EnlistmentOptions.None && enlistmentOptions != EnlistmentOptions.
EnlistDuringPrepareRequired
)
538
if (enlistmentOptions != EnlistmentOptions.None && enlistmentOptions != EnlistmentOptions.
EnlistDuringPrepareRequired
)
625
if (enlistmentOptions != EnlistmentOptions.None && enlistmentOptions != EnlistmentOptions.
EnlistDuringPrepareRequired
)
664
if (enlistmentOptions != EnlistmentOptions.None && enlistmentOptions != EnlistmentOptions.
EnlistDuringPrepareRequired
)
952
if (enlistmentOptions != EnlistmentOptions.None && enlistmentOptions != EnlistmentOptions.
EnlistDuringPrepareRequired
)
System\Transactions\TransactionState.cs (8)
564
if (tx._durableEnlistment != null || (enlistmentOptions & EnlistmentOptions.
EnlistDuringPrepareRequired
) != 0)
713
if ((enlistmentOptions & EnlistmentOptions.
EnlistDuringPrepareRequired
) != 0)
739
if ((enlistmentOptions & EnlistmentOptions.
EnlistDuringPrepareRequired
) != 0)
992
if ((enlistmentOptions & EnlistmentOptions.
EnlistDuringPrepareRequired
) != 0)
1019
if ((enlistmentOptions & EnlistmentOptions.
EnlistDuringPrepareRequired
) != 0)
2257
phase0 ? EnlistmentOptions.
EnlistDuringPrepareRequired
: EnlistmentOptions.None);
3410
if ((enlistmentOptions & EnlistmentOptions.
EnlistDuringPrepareRequired
) != 0)
3437
if ((enlistmentOptions & EnlistmentOptions.
EnlistDuringPrepareRequired
) != 0)