69 references to EnlistmentOptions
netstandard (1)
netstandard.cs (1)
2169[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Transactions.EnlistmentOptions))]
System.Transactions (1)
System.Transactions.cs (1)
10[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Transactions.EnlistmentOptions))]
System.Transactions.Local (67)
System\Transactions\Enlistment.cs (2)
434EnlistmentOptions enlistmentOptions) 436if ((enlistmentOptions & EnlistmentOptions.EnlistDuringPrepareRequired) != 0)
System\Transactions\NonWindowsUnsupported.cs (3)
81EnlistmentOptions enlistmentOptions) 88EnlistmentOptions enlistmentOptions) 99EnlistmentOptions enlistmentOptions)
System\Transactions\Transaction.cs (15)
473EnlistmentOptions enlistmentOptions) 490if (enlistmentOptions != EnlistmentOptions.None && enlistmentOptions != EnlistmentOptions.EnlistDuringPrepareRequired) 521EnlistmentOptions enlistmentOptions) 538if (enlistmentOptions != EnlistmentOptions.None && enlistmentOptions != EnlistmentOptions.EnlistDuringPrepareRequired) 613public Enlistment EnlistVolatile(IEnlistmentNotification enlistmentNotification, EnlistmentOptions enlistmentOptions) 625if (enlistmentOptions != EnlistmentOptions.None && enlistmentOptions != EnlistmentOptions.EnlistDuringPrepareRequired) 652public Enlistment EnlistVolatile(ISinglePhaseNotification singlePhaseNotification, EnlistmentOptions enlistmentOptions) 664if (enlistmentOptions != EnlistmentOptions.None && enlistmentOptions != EnlistmentOptions.EnlistDuringPrepareRequired) 934EnlistmentOptions enlistmentOptions) 952if (enlistmentOptions != EnlistmentOptions.None && enlistmentOptions != EnlistmentOptions.EnlistDuringPrepareRequired)
System\Transactions\TransactionsEtwProvider.cs (2)
559internal void EnlistmentCreated(TraceSourceType traceSource, EnlistmentTraceIdentifier enlistmentTraceId, EnlistmentType enlistmentType, EnlistmentOptions enlistmentOptions) 1202internal void TransactionstateEnlist(EnlistmentTraceIdentifier enlistmentID, EnlistmentType enlistmentType, EnlistmentOptions enlistmentOption)
System\Transactions\TransactionState.cs (45)
199EnlistmentOptions enlistmentOptions, 210EnlistmentOptions enlistmentOptions, 220EnlistmentOptions enlistmentOptions, 230EnlistmentOptions enlistmentOptions, 458EnlistmentOptions enlistmentOptions, 543EnlistmentOptions enlistmentOptions, 559EnlistmentOptions enlistmentOptions, 564if (tx._durableEnlistment != null || (enlistmentOptions & EnlistmentOptions.EnlistDuringPrepareRequired) != 0) 579etwLog.TransactionstateEnlist(tx._durableEnlistment.EnlistmentTraceId, EnlistmentType.Durable, EnlistmentOptions.None); 708EnlistmentOptions enlistmentOptions, 713if ((enlistmentOptions & EnlistmentOptions.EnlistDuringPrepareRequired) != 0) 734EnlistmentOptions enlistmentOptions, 739if ((enlistmentOptions & EnlistmentOptions.EnlistDuringPrepareRequired) != 0) 777etwLog.TransactionstateEnlist(tx._durableEnlistment.EnlistmentTraceId, EnlistmentType.PromotableSinglePhase, EnlistmentOptions.None); 853EnlistmentOptions enlistmentOptions, 864EnlistmentOptions enlistmentOptions, 952EnlistmentOptions enlistmentOptions, 970EnlistmentOptions enlistmentOptions, 987EnlistmentOptions enlistmentOptions, 992if ((enlistmentOptions & EnlistmentOptions.EnlistDuringPrepareRequired) != 0) 1013EnlistmentOptions enlistmentOptions, 1019if ((enlistmentOptions & EnlistmentOptions.EnlistDuringPrepareRequired) != 0) 1066etwLog.TransactionstateEnlist(tx._durableEnlistment.EnlistmentTraceId, EnlistmentType.PromotableSinglePhase, EnlistmentOptions.None); 1664EnlistmentOptions enlistmentOptions, 1693EnlistmentOptions enlistmentOptions, 1723EnlistmentOptions enlistmentOptions, 1764EnlistmentOptions enlistmentOptions, 2257phase0 ? EnlistmentOptions.EnlistDuringPrepareRequired : EnlistmentOptions.None); 2276EnlistmentOptions.None 2663internal override Enlistment EnlistVolatile(InternalTransaction tx, IEnlistmentNotification enlistmentNotification, EnlistmentOptions enlistmentOptions, Transaction atomicTransaction) 2669internal override Enlistment EnlistVolatile(InternalTransaction tx, ISinglePhaseNotification enlistmentNotification, EnlistmentOptions enlistmentOptions, Transaction atomicTransaction) 2675internal override Enlistment EnlistDurable(InternalTransaction tx, Guid resourceManagerIdentifier, IEnlistmentNotification enlistmentNotification, EnlistmentOptions enlistmentOptions, Transaction atomicTransaction) 2681internal override Enlistment EnlistDurable(InternalTransaction tx, Guid resourceManagerIdentifier, ISinglePhaseNotification enlistmentNotification, EnlistmentOptions enlistmentOptions, Transaction atomicTransaction) 3402EnlistmentOptions enlistmentOptions, 3407if ((enlistmentOptions & EnlistmentOptions.EnlistDuringPrepareRequired) != 0) 3428EnlistmentOptions enlistmentOptions, 3434if ((enlistmentOptions & EnlistmentOptions.EnlistDuringPrepareRequired) != 0) 3456EnlistmentOptions enlistmentOptions, 3468EnlistmentOptions enlistmentOptions, 3798EnlistmentOptions enlistmentOptions, 3808EnlistmentOptions enlistmentOptions, 3897EnlistmentOptions enlistmentOptions, 3907EnlistmentOptions enlistmentOptions, 4519EnlistmentOptions enlistmentOptions,