14 references to EnlistmentType
System.Transactions.Local (14)
System\Transactions\Oletx\OletxEnlistment.cs (2)
75
etwLog.EnlistmentCreated(TraceSourceType.TraceSourceOleTx, InternalTraceIdentifier,
EnlistmentType
.Durable, enlistmentOptions);
175
etwLog.EnlistmentCreated(TraceSourceType.TraceSourceOleTx, InternalTraceIdentifier,
EnlistmentType
.Durable, EnlistmentOptions.None);
System\Transactions\Oletx\OletxVolatileEnlistment.cs (1)
1028
etwLog.EnlistmentCreated(TraceSourceType.TraceSourceOleTx, InternalTraceIdentifier,
EnlistmentType
.Volatile, enlistmentOptions);
System\Transactions\TransactionsEtwProvider.cs (2)
553
internal void EnlistmentCreated(TraceSourceType traceSource, EnlistmentTraceIdentifier enlistmentTraceId,
EnlistmentType
enlistmentType, EnlistmentOptions enlistmentOptions)
1196
internal void TransactionstateEnlist(EnlistmentTraceIdentifier enlistmentID,
EnlistmentType
enlistmentType, EnlistmentOptions enlistmentOption)
System\Transactions\TransactionState.cs (9)
579
etwLog.TransactionstateEnlist(tx._durableEnlistment.EnlistmentTraceId,
EnlistmentType
.Durable, EnlistmentOptions.None);
725
etwLog.TransactionstateEnlist(enlistment.InternalEnlistment.EnlistmentTraceId,
EnlistmentType
.Volatile, enlistmentOptions);
751
etwLog.TransactionstateEnlist(enlistment.InternalEnlistment.EnlistmentTraceId,
EnlistmentType
.Volatile, enlistmentOptions);
777
etwLog.TransactionstateEnlist(tx._durableEnlistment.EnlistmentTraceId,
EnlistmentType
.PromotableSinglePhase, EnlistmentOptions.None);
1004
etwLog.TransactionstateEnlist(enlistment.InternalEnlistment.EnlistmentTraceId,
EnlistmentType
.Volatile, enlistmentOptions);
1031
etwLog.TransactionstateEnlist(enlistment.InternalEnlistment.EnlistmentTraceId,
EnlistmentType
.Volatile, enlistmentOptions);
1066
etwLog.TransactionstateEnlist(tx._durableEnlistment.EnlistmentTraceId,
EnlistmentType
.PromotableSinglePhase, EnlistmentOptions.None);
3419
etwLog.TransactionstateEnlist(enlistment.InternalEnlistment.EnlistmentTraceId,
EnlistmentType
.Volatile, enlistmentOptions);
3446
etwLog.TransactionstateEnlist(enlistment.InternalEnlistment.EnlistmentTraceId,
EnlistmentType
.Volatile, enlistmentOptions);